mbox series

[GIT,PULL] USB-serial fixes for 5.14-rc3

Message ID YPm2ORYfoMs60d9f@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 1d1b97d5e7636d72890a5bdd0b40e980e54b2d34
Headers show
Series [GIT,PULL] USB-serial fixes for 5.14-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.14-rc3

Message

Johan Hovold July 22, 2021, 6:17 p.m. UTC
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -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.14-rc3

for you to fetch changes up to d6a206e60124a9759dd7f6dfb86b0e1d3b1df82e:

  USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick (2021-07-21 18:42:55 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.14-rc3

Here are some new device ids and a device-id comment fix.

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

----------------------------------------------------------------
Ian Ray (1):
      USB: serial: cp210x: fix comments for GE CS1000

John Keeping (1):
      USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick

Marco De Marco (1):
      USB: serial: option: add support for u-blox LARA-R6 family

 drivers/usb/serial/cp210x.c | 5 +++--
 drivers/usb/serial/option.c | 3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

Greg KH July 22, 2021, 6:51 p.m. UTC | #1
On Thu, Jul 22, 2021 at 08:17:29PM +0200, Johan Hovold wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -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.14-rc3

Pulled and pushed out, thanks.

greg k-h