Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338622
b: refs/heads/master
c: 64dce91
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Felipe Balbi committed Oct 31, 2012
1 parent 48f8c07 commit 6aaa1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: bcb2f99c6c43a8da6cb4002e8b0acf6f1275f3a8
refs/heads/master: 64dce9144507d4a6c624fe1b8e0aa88daeae0b9b
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/storage_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ fsg_hs_intr_in_desc = {
/* bEndpointAddress copied from fs_intr_in_desc during fsg_bind() */
.bmAttributes = USB_ENDPOINT_XFER_INT,
.wMaxPacketSize = cpu_to_le16(2),
.bInterval = 9, /* 2**(9-1) = 256 uframes -> 32 ms */
.bInterval = USB_MS_TO_HS_INTERVAL(32), /* 32 ms */
};

#ifndef FSG_NO_OTG
Expand Down Expand Up @@ -509,7 +509,7 @@ fsg_ss_intr_in_desc = {
/* bEndpointAddress copied from fs_intr_in_desc during fsg_bind() */
.bmAttributes = USB_ENDPOINT_XFER_INT,
.wMaxPacketSize = cpu_to_le16(2),
.bInterval = 9, /* 2**(9-1) = 256 uframes -> 32 ms */
.bInterval = USB_MS_TO_HS_INTERVAL(32), /* 32 ms */
};

static struct usb_ss_ep_comp_descriptor fsg_ss_intr_in_comp_desc = {
Expand Down

0 comments on commit 6aaa1b7

Please sign in to comment.