Skip to content

Commit

Permalink
Just reuse endpoint 1 for the JIG and the hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Youness Alaoui committed Sep 4, 2010
1 parent d6a228b commit 8f1f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static const struct usb_interface_descriptor hub_interface_desc = {
static struct usb_endpoint_descriptor hub_endpoint_desc = {
.bLength = USB_DT_ENDPOINT_SIZE,
.bDescriptorType = USB_DT_ENDPOINT,
.bEndpointAddress = USB_DIR_IN | 0x02,
.bEndpointAddress = USB_DIR_IN | 0x01,
.bmAttributes = USB_ENDPOINT_XFER_INT,
.wMaxPacketSize = __constant_cpu_to_le16(8),
.bInterval = 12, // frames -> 32 ms
Expand Down

0 comments on commit 8f1f529

Please sign in to comment.