|
@@ -487,6 +487,7 @@ static const struct driver_info wwan_info = {
|
|
|
#define HUAWEI_VENDOR_ID 0x12D1
|
|
|
#define NOVATEL_VENDOR_ID 0x1410
|
|
|
#define ZTE_VENDOR_ID 0x19D2
|
|
|
+#define DELL_VENDOR_ID 0x413C
|
|
|
|
|
|
static const struct usb_device_id products [] = {
|
|
|
/*
|
|
@@ -618,6 +619,20 @@ static const struct usb_device_id products [] = {
|
|
|
.driver_info = 0,
|
|
|
},
|
|
|
|
|
|
+/* Dell Wireless 5800 (Novatel E362) - handled by qmi_wwan */
|
|
|
+{
|
|
|
+ USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, 0x8195, USB_CLASS_COMM,
|
|
|
+ USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
|
|
|
+ .driver_info = 0,
|
|
|
+},
|
|
|
+
|
|
|
+/* Dell Wireless 5800 (Novatel E362) - handled by qmi_wwan */
|
|
|
+{
|
|
|
+ USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, 0x8196, USB_CLASS_COMM,
|
|
|
+ USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
|
|
|
+ .driver_info = 0,
|
|
|
+},
|
|
|
+
|
|
|
/*
|
|
|
* WHITELIST!!!
|
|
|
*
|