From 8885078949fbb78c6be39ed2c653e4e883568e2f Mon Sep 17 00:00:00 2001 From: Peter Hung Date: Tue, 17 Mar 2015 17:48:20 +0800 Subject: [PATCH] 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 [johan: reword comment in process_read_urb ] Signed-off-by: Johan Hovold --- Reading git-format-patch failed