net: usb: cdc_ncm: Adding Dell DW5812 LTE Verizon Mobile Broadband Card
Unlike DW5550, Dell DW5812 is a mobile broadband card with no ARP capabilities: the patch makes this device to use wwan_noarp_info struct Signed-off-by: Daniele Palmas <dnlplm@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
45af55006c
commit
670c0d62ea
1 changed files with 9 additions and 0 deletions
|
@ -1558,6 +1558,15 @@ static const struct usb_device_id cdc_devs[] = {
|
|||
.driver_info = (unsigned long) &wwan_info,
|
||||
},
|
||||
|
||||
/* DW5812 LTE Verizon Mobile Broadband Card
|
||||
* Unlike DW5550 this device requires FLAG_NOARP
|
||||
*/
|
||||
{ USB_DEVICE_AND_INTERFACE_INFO(0x413c, 0x81bb,
|
||||
USB_CLASS_COMM,
|
||||
USB_CDC_SUBCLASS_NCM, USB_CDC_PROTO_NONE),
|
||||
.driver_info = (unsigned long)&wwan_noarp_info,
|
||||
},
|
||||
|
||||
/* Dell branded MBM devices like DW5550 */
|
||||
{ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
|
||||
| USB_DEVICE_ID_MATCH_VENDOR,
|
||||
|
|
Loading…
Reference in a new issue