Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104628
b: refs/heads/master
c: c24f422
h: refs/heads/master
v: v3
  • Loading branch information
David Lopo authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent a7611a9 commit 1b35b20
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 28874b7ec47e1e5cfe2b67420c4d07c6297a43a9
refs/heads/master: c24f42276b4c4467e82cdd5a941fb7f9400aeea0
1 change: 1 addition & 0 deletions trunk/drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ static void device_qual(struct usb_composite_dev *cdev)
/* ASSUME same EP0 fifo size at both speeds */
qual->bMaxPacketSize0 = cdev->desc.bMaxPacketSize0;
qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER);
qual->bRESERVED = 0;
}

/*-------------------------------------------------------------------------*/
Expand Down

0 comments on commit 1b35b20

Please sign in to comment.