mbox series

[GIT,PULL] USB-serial fixes for 5.11-rc6

Message ID YBVEs0w9H5xcvtC4@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 045aef3acf38a490a741ba7bbfdc0d2cfa19d480
Headers show
Series [GIT,PULL] USB-serial fixes for 5.11-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.11-rc6

Message

Johan Hovold Jan. 30, 2021, 11:36 a.m. UTC
Hi Greg,

Here are some new device-ids for -rc6 that I had meant to send you yesterday.

Johan


The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -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.11-rc6

for you to fetch changes up to e478d6029dca9d8462f426aee0d32896ef64f10f:

  USB: serial: option: Adding support for Cinterion MV31 (2021-01-28 08:44:05 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.11-rc6

Here are some new device-ids for 5.11-rc6.

All but the option one have been in linux-next, and with no reported
issues.

----------------------------------------------------------------
Chenxin Jin (1):
      USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000

Christoph Schemmel (1):
      USB: serial: option: Adding support for Cinterion MV31

Pho Tran (1):
      USB: serial: cp210x: add pid/vid for WSDA-200-USB

 drivers/usb/serial/cp210x.c | 2 ++
 drivers/usb/serial/option.c | 6 ++++++
 2 files changed, 8 insertions(+)

Comments

Greg KH Jan. 30, 2021, 12:07 p.m. UTC | #1
On Sat, Jan 30, 2021 at 12:36:19PM +0100, Johan Hovold wrote:
> Hi Greg,
> 
> Here are some new device-ids for -rc6 that I had meant to send you yesterday.
> 
> Johan
> 
> 
> The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:
> 
>   Linux 5.11-rc3 (2021-01-10 14:34:50 -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.11-rc6

Pulled and pushed out, thanks!

greg k-h