]> git.karo-electronics.de Git - linux-beck.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)
commit557aaa7ffab639d0190b935a041b16ae44606342
tree1b555b5ea37078177896ccff0648cd152a98698d
parent4cc27bd6d7d6750dba33b4ccb4585c00b8fca7d2
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