The branch stable/12 has been updated by hselasky:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f8134ff6e65708cc05b6d7308e0647d44c22a258

commit f8134ff6e65708cc05b6d7308e0647d44c22a258
Author:     Hans Petter Selasky <hsela...@freebsd.org>
AuthorDate: 2022-08-26 20:01:41 +0000
Commit:     Hans Petter Selasky <hsela...@freebsd.org>
CommitDate: 2022-09-02 09:08:30 +0000

    u3g(4): Add more USB IDs.
    
    Submitted by:   malavon <benny.goem...@gmail.com>
    PR:             263700
    Sponsored by:   NVIDIA Networking
    
    (cherry picked from commit 0b01a13b8a6e926f6dc5ca8ec782f730b9fe8af5)
---
 sys/dev/usb/serial/u3g.c | 14 ++++++++++++++
 sys/dev/usb/usbdevs      | 14 ++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c
index c30d21c5c7a3..54801e9cd7ff 100644
--- a/sys/dev/usb/serial/u3g.c
+++ b/sys/dev/usb/serial/u3g.c
@@ -234,6 +234,14 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
        U3G_DEV(DELL, U5730_2, 0),
        U3G_DEV(DELL, U5730_3, 0),
        U3G_DEV(DELL, U740, 0),
+       U3G_DEV(DELL, DW5809, 0),
+       U3G_DEV(DELL, DW5809_2, 0),
+       U3G_DEV(DELL, DW5811, 0),
+       U3G_DEV(DELL, DW5811_2, 0),
+       U3G_DEV(DELL, DW5816, 0),
+       U3G_DEV(DELL, DW5816_2, 0),
+       U3G_DEV(DELL, DW5818, 0),
+       U3G_DEV(DELL, DW5818_2, 0),
        U3G_DEV(DLINK, DWR510_CD, U3GINIT_SCSIEJECT),
        U3G_DEV(DLINK, DWR510, 0),
        U3G_DEV(DLINK, DWM157_CD, U3GINIT_SCSIEJECT),
@@ -558,6 +566,12 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = {
        U3G_DEV(SIERRA, MINI5725, 0),
        U3G_DEV(SIERRA, T11, 0),
        U3G_DEV(SIERRA, T598, 0),
+       U3G_DEV(SIERRA, EM7430, 0),
+       U3G_DEV(SIERRA, EM7430_2, 0),
+       U3G_DEV(SIERRA, EM7455, 0),
+       U3G_DEV(SIERRA, EM7455_2, 0),
+       U3G_DEV(SIERRA, EM7565, 0),
+       U3G_DEV(SIERRA, EM7565_2, 0),
        U3G_DEV(SILABS, SAEL, U3GINIT_SAEL_M460),
        U3G_DEV(STELERA, C105, 0),
        U3G_DEV(STELERA, E1003, 0),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 2a281018f7c2..7945e94f8cce 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1677,6 +1677,14 @@ product DELL U5520_3             0x8138  Dell 5520 3G
 product DELL U5730             0x8180  Dell 5730 3G
 product DELL U5730_2           0x8181  Dell 5730 3G
 product DELL U5730_3           0x8182  Dell 5730 3G
+product DELL DW5809            0x81b1  Dell DW5809e Snapdragon X7 LTE/GPS
+product DELL DW5809_2          0x81b3  Dell DW5809e Snapdragon X7 LTE/GPS
+product DELL DW5811            0x81b5  Dell DW5811e Snapdragon X7 LTE/GPS
+product DELL DW5811_2          0x81b6  Dell DW5811e Snapdragon X7 LTE/GPS
+product DELL DW5816            0x81cb  Dell DW5816e Snapdragon X7 LTE/GPS
+product DELL DW5816_2          0x81cc  Dell DW5816e Snapdragon X7 LTE/GPS
+product DELL DW5818            0x81d0  Dell DW5818 Snapdragon X7 LTE
+product DELL DW5818_2          0x81d2  Dell DW5819 Snapdragon X7 LTE
 product DELL DW700             0x9500  Dell DW700 GPS
 product DELL2 VARIOUS_UPS      0xffff  Various UPS Models
 
@@ -4291,6 +4299,12 @@ product SIERRA MC7355            0x9041  MC7355
 product SIERRA MC7430          0x9071  Sierra Wireless MC7430 Qualcomm 
Snapdragon X7 LTE-A
 product SIERRA AC313U          0x68aa  Sierra Wireless AirCard 313U
 product SIERRA TRUINSTALL      0x0fff  Aircard Tru Installer
+product SIERRA EM7430          0x81cb  Sierra Wireless EM7430 Qualcomm 
Snapdragon X7 LTE-A
+product SIERRA EM7430_2                0x81cc  Sierra Wireless EM7430 Qualcomm 
Snapdragon X7 LTE-A
+product SIERRA EM7455          0x9078  Sierra Wireless EM7455 Qualcomm 
Snapdragon X7 LTE-A
+product SIERRA EM7455_2                0x9079  Sierra Wireless EM7455 Qualcomm 
Snapdragon X7 LTE-A
+product SIERRA EM7565          0x9090  Sierra Wireless EM7565 Qualcomm 
Snapdragon X7 LTE-A
+product SIERRA EM7565_2                0x9091  Sierra Wireless EM7565 Qualcomm 
Snapdragon X7 LTE-A
 
 /* Sigmatel products */
 product SIGMATEL WBT_3052      0x4200  WBT-3052 IrDA/USB Bridge

Reply via email to