diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-08-26 20:01:41 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-08-26 20:02:35 +0000 |
commit | 0b01a13b8a6e926f6dc5ca8ec782f730b9fe8af5 (patch) | |
tree | 008f5dd6b4dcf398968952bba893dacf22e677d4 | |
parent | e3885a7893d48f8d38cba427f3fb9a404d1bde23 (diff) | |
download | src-0b01a13b8a6e926f6dc5ca8ec782f730b9fe8af5.tar.gz src-0b01a13b8a6e926f6dc5ca8ec782f730b9fe8af5.zip |
u3g(4): Add more USB IDs.
Submitted by: malavon <benny.goemans@gmail.com>
MFC after: 1 week
PR: 263700
Sponsored by: NVIDIA Networking
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 14 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 829ef30a5b79..52c70ff1afd2 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -230,6 +230,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), @@ -561,6 +569,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 790c642bfa70..c61cd8e30040 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1679,6 +1679,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 @@ -4324,6 +4332,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 |