The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3: Linux 5.17-rc6 (2022-02-27 14:36:33 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc1 for you to fetch changes up to 4ac56b1f1ef8139dbfc5dab918aa235e8344ec4e: USB: serial: usb_wwan: remove redundant assignment to variable i (2022-03-08 18:51:02 +0100) ---------------------------------------------------------------- USB-serial updates for 5.18-rc1 Here are the USB-serial updates for 5.18-rc1, including: - a new "simple driver" for some Nokia phones - a fix for pl2303 GS type detection - another pl2303 device id Included is also a clean up. All have been in linux-next with no reported issues. ---------------------------------------------------------------- Colin Ian King (1): USB: serial: usb_wwan: remove redundant assignment to variable i Eddie James (1): USB: serial: pl2303: add IBM device IDs Johan Hovold (2): USB: serial: simple: add Nokia phone driver USB: serial: pl2303: fix GS type detection drivers/usb/serial/Kconfig | 1 + drivers/usb/serial/pl2303.c | 2 ++ drivers/usb/serial/pl2303.h | 3 +++ drivers/usb/serial/usb-serial-simple.c | 7 +++++++ drivers/usb/serial/usb_wwan.c | 1 - 5 files changed, 13 insertions(+), 1 deletion(-)