]> git.baikalelectronics.ru Git - kernel.git/commit
USB: f81232: implement RX bulk-in EP
authorPeter Hung <hpeter@gmail.com>
Tue, 17 Mar 2015 09:48:20 +0000 (17:48 +0800)
committerJohan Hovold <johan@kernel.org>
Fri, 27 Mar 2015 16:29:25 +0000 (17:29 +0100)
commit534cb2c1e48509918fd2d55c33b7758b88bbc3c2
treecbd2838759b0f8a3f3502fc101c6ba7add06785e
parent3f3cc1265b78de7d0917c2d05e8b626ea272fbb1
USB: f81232: implement RX bulk-in EP

The F81232 bulk-in is RX data + LSR channel, data format is
[LSR+Data][LSR+Data]..... , We had implemented in f81232_process_read_urb().

Signed-off-by: Peter Hung <hpeter+linux_kernel@gmail.com>
[johan: reword comment in process_read_urb ]
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/f81232.c