Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210228
b: refs/heads/master
c: 5b239f0
h: refs/heads/master
v: v3
  • Loading branch information
Philippe Corbes authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent 219b6aa commit 00d2470
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 902ffc3c707c1d459ea57428a619a807cbe412f9
refs/heads/master: 5b239f0aebd4dd6f85b13decf5e18e86e35d57f0
4 changes: 4 additions & 0 deletions trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,10 @@ static const struct usb_device_id acm_ids[] = {
.driver_info = NOT_A_MODEM,
},

/* control interfaces without any protocol set */
{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
USB_CDC_PROTO_NONE) },

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

0 comments on commit 00d2470

Please sign in to comment.