]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ftdi_sio: switch to generic write implementation
authorJohan Hovold <jhovold@gmail.com>
Wed, 5 May 2010 21:44:17 +0000 (23:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:42 +0000 (13:21 -0700)
commit8aae578d2da5a809dd19b20175f4240c9df5399c
tree5c80f8903db255cefee628697cb8e6038765320a
parentadeb27096a5ca66ec6f8c47e5165d7a7f61a1b0f
USB: ftdi_sio: switch to generic write implementation

Switch to the generic, multi-urb, write implementation.

Note that this will also make it fairly easy to use the generic
fifo-based write implementation: simply unset the multi_urb_write flag
and modify prepare_write_buffer (or unset if not using a legacy SIO
device). This may be desirable for instance on an embedded system where
optimal throughput at high baudrates may not be as important as other
factors (e.g. no allocations during runtime and less pressure on host
stack).

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c