mbox series

[GIT,PULL] USB-serial fixes for 5.6-rc7

Message ID 20200318084317.GA19665@localhost (mailing list archive)
State Mainlined
Commit 2866ce8696167de300e27d50d521b5f671bab5d4
Headers show
Series [GIT,PULL] USB-serial fixes for 5.6-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.6-rc7

Message

Johan Hovold March 18, 2020, 8:43 a.m. UTC
The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:

  Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.6-rc7

for you to fetch changes up to cecc113c1af0dd41ccf265c1fdb84dbd05e63423:

  USB: serial: pl2303: add device-id for HP LD381 (2020-03-12 12:31:01 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.6-rc7

Here are a couple of new device ids for 5.6-rc.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Daniele Palmas (1):
      USB: serial: option: add ME910G1 ECM composition 0x110b

Scott Chen (1):
      USB: serial: pl2303: add device-id for HP LD381

 drivers/usb/serial/option.c | 2 ++
 drivers/usb/serial/pl2303.c | 1 +
 drivers/usb/serial/pl2303.h | 1 +
 3 files changed, 4 insertions(+)

Comments

Greg KH March 18, 2020, 9:45 a.m. UTC | #1
On Wed, Mar 18, 2020 at 09:43:17AM +0100, Johan Hovold wrote:
> The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:
> 
>   Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.6-rc7

Pulled and pushed out, thanks.

greg k-h