Hi Greg, I now it's getting late, but please consider pulling the following updates for 4.1. All have been in linux-next for a while just fine. Thanks, Johan The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.1-rc1 for you to fetch changes up to 65dd82ae453f5290be0ea83ed0f23163ea49c0eb: USB: f81232: fix some minor style issues (2015-03-27 17:36:29 +0100) ---------------------------------------------------------------- USB-serial updates for v4.1-rc1 Fix up the f81232 driver, which up to this point has mostly been a placeholder without a proper implementation. Included is also a minor clean up of ch341. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Johan Hovold (2): USB: ch341: remove redundant close from open error path USB: f81232: fix some minor style issues Peter Hung (10): USB: f81232: rename private struct member name USB: f81232: implement RX bulk-in EP USB: f81232: change lock mechanism USB: f81232: implement read IIR/MSR with endpoint USB: f81232: implement MCR/MSR function USB: f81232: implement port enable/disable method USB: f81232: implement set_termios() USB: f81232: clarify f81232_ioctl() and fix USB: f81232: cleanup non-used define USB: f81232: modify/add author drivers/usb/serial/ch341.c | 1 - drivers/usb/serial/f81232.c | 558 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 459 insertions(+), 100 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html