mbox series

[GIT,PULL] USB-serial fixes for 6.12-rc1-2

Message ID ZuEz67ehYXIG8AXB@hovoldconsulting.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB-serial fixes for 6.12-rc1-2 | expand

Pull-request

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

Message

Johan Hovold Sept. 11, 2024, 6:08 a.m. UTC
The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:

  Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)

are available in the Git repository at:

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

for you to fetch changes up to 7d47d22444bb7dc1b6d768904a22070ef35e1fc0:

  USB: serial: pl2303: add device id for Macrosilicon MS3020 (2024-09-06 17:11:13 +0200)

----------------------------------------------------------------
USB-serial device id for 6.12-rc1

Here's a new pl2303 device id.

This one has been in linux-next with no reported issues.

----------------------------------------------------------------
Junhao Xie (1):
      USB: serial: pl2303: add device id for Macrosilicon MS3020

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

Comments

Greg Kroah-Hartman Sept. 11, 2024, 1:24 p.m. UTC | #1
On Wed, Sep 11, 2024 at 08:08:43AM +0200, Johan Hovold wrote:
> The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:
> 
>   Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.12-rc1-2

I've pulled this into my usb-next branch as it's too late for 6.11.

thanks,

greg k-h
Johan Hovold Sept. 11, 2024, 1:50 p.m. UTC | #2
On Wed, Sep 11, 2024 at 03:24:35PM +0200, Greg Kroah-Hartman wrote:
> On Wed, Sep 11, 2024 at 08:08:43AM +0200, Johan Hovold wrote:
> > The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:
> > 
> >   Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)
> > 
> > are available in the Git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.12-rc1-2
> 
> I've pulled this into my usb-next branch as it's too late for 6.11.

Yes, I assumed so (and referred to 6.12 in the tag and Subject).

Thanks.

Johan