Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338625
b: refs/heads/master
c: 1377af2
h: refs/heads/master
i:
  338623: c126c1b
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Felipe Balbi committed Oct 31, 2012
1 parent 442425a commit 45cb111
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: e79cc615a9bb44da72c499ccfa2c9c4bbea3aa84
refs/heads/master: 1377af2f756f3b5de2850ec0a5edebf227798d02
1 change: 0 additions & 1 deletion trunk/drivers/usb/gadget/f_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ f_midi_bind(struct usb_configuration *c, struct usb_function *f)
*/
/* copy descriptors, and track endpoint copies */
if (gadget_is_dualspeed(c->cdev->gadget)) {
c->highspeed = true;
bulk_in_desc.wMaxPacketSize = cpu_to_le16(512);
bulk_out_desc.wMaxPacketSize = cpu_to_le16(512);
f->hs_descriptors = usb_copy_descriptors(midi_function);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/usb/gadget/f_uac1.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ f_audio_bind(struct usb_configuration *c, struct usb_function *f)
* both speeds
*/
if (gadget_is_dualspeed(c->cdev->gadget)) {
c->highspeed = true;
f->hs_descriptors = usb_copy_descriptors(f_audio_desc);
}

Expand Down

0 comments on commit 45cb111

Please sign in to comment.