The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64: Linux v4.17-rc3 (2018-04-29 14:17:42 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.18-rc1 for you to fetch changes up to 7041d9c3f01b365daa50340a5d2dce84a09ea813: USB: serial: pl2303: add support for tx xon/xoff flow control (2018-05-22 10:08:05 +0200) ---------------------------------------------------------------- USB-serial updates for v4.18-rc1 Here are the USB-serial updates for 4.18-rc1, including: - support for hardware-assisted XON/XOFF output flow control for pl2303 - fix for a long-standing IXON/IXOFF mixup in ftdi_sio - blacklist of two apparently unused dwm-158 modem interfaces that confused some user space daemon (option) - add missing const to a tty helper currently used by USB serial only Included are also various clean ups. All have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Florian Zumbiehl (1): USB: serial: pl2303: add support for tx xon/xoff flow control Giuseppe Lippolis (1): USB: serial: option: blacklist unused dwm-158 interfaces Johan Hovold (6): USB: serial: use tty_port_register_device() USB: serial: ftdi_sio: fix IXON/IXOFF mixup USB: serial: ftdi_sio: use non-underscore fixed types USB: serial: ftdi_sio: drop unnecessary urb_ variable prefixes USB: serial: ftdi_sio: clean up flow control management tty: add missing const to termios hw-change helper drivers/tty/tty_ioctl.c | 2 +- drivers/usb/serial/bus.c | 3 +- drivers/usb/serial/ftdi_sio.c | 194 ++++++++++++++++------------------------ drivers/usb/serial/option.c | 3 +- drivers/usb/serial/pl2303.c | 16 +++- drivers/usb/serial/usb-serial.c | 2 +- include/linux/tty.h | 2 +- 7 files changed, 99 insertions(+), 123 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