Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289657
b: refs/heads/master
c: 33d2832
h: refs/heads/master
i:
  289655: 7ac3a97
v: v3
  • Loading branch information
Orjan Friberg authored and Greg Kroah-Hartman committed Mar 8, 2012
1 parent cd9a2db commit b87d737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3cc3615749dbd1b891512d5c9a5bf4559cfa9741
refs/heads/master: 33d2832ab0149a26418d360af3c444969a63fb28
6 changes: 3 additions & 3 deletions trunk/drivers/usb/gadget/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ static struct usb_device_descriptor device_desc = {
/* .bDeviceClass = USB_CLASS_COMM, */
/* .bDeviceSubClass = 0, */
/* .bDeviceProtocol = 0, */
.bDeviceClass = 0xEF,
.bDeviceSubClass = 2,
.bDeviceProtocol = 1,
.bDeviceClass = USB_CLASS_PER_INTERFACE,
.bDeviceSubClass = 0,
.bDeviceProtocol = 0,
/* .bMaxPacketSize0 = f(hardware) */

/* Vendor and product id can be overridden by module parameters. */
Expand Down

0 comments on commit b87d737

Please sign in to comment.