]> git.baikalelectronics.ru Git - kernel.git/commit
ft232: support the ASYNC_LOW_LATENCY flag
authorAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2009 12:55:34 +0000 (13:55 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:05 +0000 (08:51 -0700)
commitf95cbd4c6bf6e6886b3b2784a612b512392bcb2f
tree1b555b5ea37078177896ccff0648cd152a98698d
parentab84d0946efd87dcd80b28932eb02336c6bf2590
ft232: support the ASYNC_LOW_LATENCY flag

This allows users to use the standard setserial command with this FT232
feature as well as obscure chip specific interfaces we have now. We keep
track of and respect the sysfs value for non-low-latency cases. In theory we
could do smart stuff with VTIME and the like but this seems of questionable
worth.

Closes-bug: http://bugzilla.kernel.org/show_bug.cgi?id=9120
Signed-off-by: Alan Cox <alan@linux.intel.com)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/ftdi_sio.c