mbox series

[GIT,PULL] USB-serial device ids for 6.14-rc3

Message ID Z64AhiS7ENsTHAPb@hovoldconsulting.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB-serial device ids for 6.14-rc3 | expand

Pull-request

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

Message

Johan Hovold Feb. 13, 2025, 2:24 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6aa8a63c471eb6756aabd03f880feffe6a7af6c9:

  USB: serial: option: drop MeiG Smart defines (2025-02-11 17:08:58 +0100)

----------------------------------------------------------------
USB-serial device ids for 6.14-rc3

Here are some new modem device ids and a couple of related cleanups of
the device id table.

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

----------------------------------------------------------------
Chester A. Unal (1):
      USB: serial: option: add MeiG Smart SLM828

Fabio Porcedda (2):
      USB: serial: option: add Telit Cinterion FN990B compositions
      USB: serial: option: fix Telit Cinterion FN990A name

Johan Hovold (1):
      USB: serial: option: drop MeiG Smart defines

 drivers/usb/serial/option.c | 49 +++++++++++++++++++++++++++------------------
 1 file changed, 29 insertions(+), 20 deletions(-)

Comments

Greg Kroah-Hartman Feb. 13, 2025, 2:41 p.m. UTC | #1
On Thu, Feb 13, 2025 at 03:24:06PM +0100, Johan Hovold wrote:
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.14-rc3

Pulled and pushed out, thanks.

greg k-h