Hi Greg, Here are my updates for v4.3-rc1. All have been in linux-next for some time. Thanks, Johan The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.3-rc1 for you to fetch changes up to 26c78daade0fbeef7f20bae3c5508a7c571078cd: USB: io_ti: Add heartbeat to keep idle EP/416 ports from disconnecting (2015-07-31 12:09:57 +0200) ---------------------------------------------------------------- USB-serial updates for v4.3-rc1 Here's a fix for a long-standing issue with the pl2303 divisor calculations that affects some non-standard baudrates that were enabled in v3.18. Adding support for newer Edgeport devices and firmware required changes to the io_ti driver and also exposed some issues with the driver's current firmware handling. Included is also a URL comment-typo fix. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Michał Pecio (1): USB: pl2303: fix baud-rate divisor calculations Nik Nyby (1): USB: serial: ftdi_sio: Fix broken URL in comment Peter E. Berger (4): USB: io_ti: Increase insufficient timeout for firmware downloads USB: io_ti: Fix firmware version handling USB: io_ti: Add firmware image sanity checks USB: io_ti: Add heartbeat to keep idle EP/416 ports from disconnecting drivers/usb/serial/ftdi_sio_ids.h | 2 +- drivers/usb/serial/io_ti.c | 279 +++++++++++++++++++++++++++++--------- drivers/usb/serial/pl2303.c | 35 +++-- 3 files changed, 240 insertions(+), 76 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