Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360777
b: refs/heads/master
c: 1f84eab
h: refs/heads/master
i:
  360775: 039814c
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Feb 27, 2013
1 parent 88f2b47 commit b5d166c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2593fcde1d906b26b81b38755749f7427f3439f
refs/heads/master: 1f84eab4ad73bcb7d779cba65291fe62909e373f
8 changes: 8 additions & 0 deletions trunk/drivers/net/usb/cdc_ncm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,14 @@ static const struct usb_device_id cdc_devs[] = {
.driver_info = (unsigned long) &wwan_info,
},

/* tag Huawei devices as wwan */
{ USB_VENDOR_AND_INTERFACE_INFO(0x12d1,
USB_CLASS_COMM,
USB_CDC_SUBCLASS_NCM,
USB_CDC_PROTO_NONE),
.driver_info = (unsigned long)&wwan_info,
},

/* Huawei NCM devices disguised as vendor specific */
{ USB_VENDOR_AND_INTERFACE_INFO(0x12d1, 0xff, 0x02, 0x16),
.driver_info = (unsigned long)&wwan_info,
Expand Down

0 comments on commit b5d166c

Please sign in to comment.