FreeBSD Bugzilla – Attachment 233741 Details for
Bug 263700
Support for Sierra Wireless EM74xx USB 3G Modem Family & Dell OEM versions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against -CURRENT
sierra-wireless-x7.patch (text/plain), 2.85 KB, created by
malavon
on 2022-05-05 11:11:30 UTC
(
hide
)
Description:
patch against -CURRENT
Filename:
MIME Type:
Creator:
malavon
Created:
2022-05-05 11:11:30 UTC
Size:
2.85 KB
patch
obsolete
>diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c >index 8125a34b8f91..34f1fb8990d9 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), >@@ -563,6 +571,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 f69dacb5fb9b..18d3d285cdfe 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263700
:
233626
|
233627
| 233741