Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287974
b: refs/heads/master
c: 15103aa
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Feb 21, 2012
1 parent 7bdfc47 commit c65bd58
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3d7474734b220ccbf9997ea484d0bcd4f7ab8549
refs/heads/master: 15103aa7a033d7d671c75cc3a71d772dbcbae61e
5 changes: 5 additions & 0 deletions trunk/drivers/net/usb/zaurus.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ static const struct usb_device_id products [] = {
.idProduct = 0x9031, /* C-750 C-760 */
ZAURUS_MASTER_INTERFACE,
.driver_info = ZAURUS_PXA_INFO,
}, {
/* C-750/C-760/C-860/SL-C3000 PDA in MDLM mode */
USB_DEVICE_AND_INTERFACE_INFO(0x04DD, 0x9031, USB_CLASS_COMM,
USB_CDC_SUBCLASS_MDLM, USB_CDC_PROTO_NONE),
.driver_info = (unsigned long) &bogus_mdlm_info,
}, {
.match_flags = USB_DEVICE_ID_MATCH_INT_INFO
| USB_DEVICE_ID_MATCH_DEVICE,
Expand Down

0 comments on commit c65bd58

Please sign in to comment.