diff options
author | Johan Hovold <jhovold@gmail.com> | 2010-03-17 23:05:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 13:21:34 -0700 |
commit | 0f3d5bae2bdacce6c6c1d116809d6b3d50338df7 (patch) | |
tree | f0bbd19801f576a26279ee485ff969234a9051b0 /include | |
parent | 2db6c7698bbb37128959d3a207fc46e3f45bef3c (diff) | |
download | kernel_samsung_tuna-0f3d5bae2bdacce6c6c1d116809d6b3d50338df7.zip kernel_samsung_tuna-0f3d5bae2bdacce6c6c1d116809d6b3d50338df7.tar.gz kernel_samsung_tuna-0f3d5bae2bdacce6c6c1d116809d6b3d50338df7.tar.bz2 |
USB: serial: clean up read processing in generic driver
Always process and flush read urb, but only resubmit when not throttled.
The new tty-layer supply plenty of slack so there is really no need to
cache and delay processing of a single urb while throttled.
Note that unthrottle now submits using GFP_KERNEL as we are not in
atomic context (so there is no need to save irq state either).
Note also that the process_read_urb function could be added to
usb_serial_driver should any driver need to do any device specific
processing.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions