mbox series

[GIT,PULL] USB-serial fixes for 5.8-rc5

Message ID 20200708130710.GA25398@localhost (mailing list archive)
State Mainlined
Commit af3cf0ac6805a36740089a5f200c28a04d452404
Headers show
Series [GIT,PULL] USB-serial fixes for 5.8-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.8-rc5

Message

Johan Hovold July 8, 2020, 1:07 p.m. UTC
The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -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.8-rc5

for you to fetch changes up to da6902e5b6dbca9081e3d377f9802d4fd0c5ea59:

  USB: serial: option: add Quectel EG95 LTE modem (2020-07-07 17:40:52 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.8-rc5

Here are some new device ids for 5.8.

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

----------------------------------------------------------------
AceLan Kao (1):
      USB: serial: option: add Quectel EG95 LTE modem

Igor Moura (1):
      USB: serial: ch341: add new Product ID for CH340

James Hilliard (1):
      USB: serial: cypress_m8: enable Simply Automated UPB PIM

Jörgen Storvist (1):
      USB: serial: option: add GosunCn GM500 series

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

Comments

Greg KH July 8, 2020, 3:10 p.m. UTC | #1
On Wed, Jul 08, 2020 at 03:07:10PM +0200, Johan Hovold wrote:
> The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:
> 
>   Linux 5.8-rc2 (2020-06-21 15:45:29 -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.8-rc5

Pulled and pushed out, thanks!

greg k-h