mbox series

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

Message ID YyxkgPNrbp7g/+w5@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 47af6c640ed82f111dbce0b3bf4083a91d61e324
Headers show
Series [GIT,PULL] USB-serial fixes for 6.0-rc7 | expand

Pull-request

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

Message

Johan Hovold Sept. 22, 2022, 1:34 p.m. UTC
The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

  Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d640c4cb8f2f933c0ca896541f9de7fb1ae245f4:

  USB: serial: option: add Quectel RM520N (2022-09-13 14:40:59 +0200)

----------------------------------------------------------------
USB-serial fixes for 6.0-rc7

Here are some new modem device ids.

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

----------------------------------------------------------------
Carl Yin(殷张成) (1):
      USB: serial: option: add Quectel BG95 0x0203 composition

jerry meng (1):
      USB: serial: option: add Quectel RM520N

 drivers/usb/serial/option.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Greg Kroah-Hartman Sept. 22, 2022, 1:43 p.m. UTC | #1
On Thu, Sep 22, 2022 at 03:34:56PM +0200, Johan Hovold wrote:
> The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:
> 
>   Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.0-rc7

Pulled and pushed out, thanks.

greg k-h