Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131880
b: refs/heads/master
c: c332b4e
h: refs/heads/master
v: v3
  • Loading branch information
Adam Richter authored and Greg Kroah-Hartman committed Feb 27, 2009
1 parent 31c0757 commit 8f6bed5
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 5d7a4755d53a5305d05d836d87ef7c9ff94d6fa7
refs/heads/master: c332b4e1bfd56fe9028d8ef9708cb06179dd1a23
7 changes: 7 additions & 0 deletions trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,13 @@ static struct usb_device_id acm_ids[] = {
},
{ USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */
},
{ USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */
.driver_info = NO_UNION_NORMAL, /* union descriptor misplaced on
data interface instead of
communications interface.
Maybe we should define a new
quirk for this. */
},

/* control interfaces with various AT-command sets */
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
Expand Down

0 comments on commit 8f6bed5

Please sign in to comment.