mbox series

[GIT,PULL] USB-serial updates for 5.18-rc1

Message ID YisUIF1uXOs5g/tw@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 6edc3f89fad2178891b5b27a5900b8b6b1c82776
Headers show
Series [GIT,PULL] USB-serial updates for 5.18-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc1

Message

Johan Hovold March 11, 2022, 9:19 a.m. UTC
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(-)

Comments

Greg KH March 11, 2022, 11:43 a.m. UTC | #1
On Fri, Mar 11, 2022 at 10:19:28AM +0100, Johan Hovold wrote:
> 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

Pulled and pushed out,t hanks.

greg k-h