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

Message ID Y3YdxR2djUf0ibBC@hovoldconsulting.com
State New
Headers
Series [GIT,PULL] USB-serial fixes for 6.1-rc6 |

Pull-request

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

Message

Johan Hovold Nov. 17, 2022, 11:40 a.m. UTC
  The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740:

  Linux 6.1-rc2 (2022-10-23 15:27:33 -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.1-rc6

for you to fetch changes up to c1547f12df8b8e9ca2686accee43213ecd117efe:

  USB: serial: option: add u-blox LARA-L6 modem (2022-11-16 17:19:43 +0100)

----------------------------------------------------------------
USB-serial fixes for 6.1-rc6

Here are some new modem device ids for 6.1.

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

----------------------------------------------------------------
BenoƮt Monin (1):
      USB: serial: option: add Sierra Wireless EM9191

Davide Tronchin (3):
      USB: serial: option: remove old LARA-R6 PID
      USB: serial: option: add u-blox LARA-R6 00B modem
      USB: serial: option: add u-blox LARA-L6 modem

Reinhard Speyerer (1):
      USB: serial: option: add Fibocom FM160 0x0111 composition

 drivers/usb/serial/option.c | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
  

Comments

Greg KH Nov. 17, 2022, 9:07 p.m. UTC | #1
On Thu, Nov 17, 2022 at 12:40:53PM +0100, Johan Hovold wrote:
> The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740:
> 
>   Linux 6.1-rc2 (2022-10-23 15:27:33 -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.1-rc6

Pulled and pushed out, thanks.

greg k-h