Date: Fri, 2 Sep 2022 09:07:48 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 89d98b9b003e - stable/13 - u3g(4): Add more USB IDs. Message-ID: <202209020907.28297mkP085091@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=89d98b9b003e63dfdf182fa3144a3e809019fcd4 commit 89d98b9b003e63dfdf182fa3144a3e809019fcd4 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-08-26 20:01:41 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-09-02 09:07:01 +0000 u3g(4): Add more USB IDs. Submitted by: malavon <benny.goemans@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 4f835cc8d40e..0b020af53b71 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -232,6 +232,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), @@ -560,6 +568,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 54b6101d60b1..b3006dee88ab 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 @@ -4318,6 +4326,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209020907.28297mkP085091>