diff options
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
| -rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 324c308f4..ba85991e8 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -96,7 +96,7 @@ static struct descriptor {  				 * UE_DIR_IN | EHCI_INTR_ENDPT  				 */  		3,		/* bmAttributes: UE_INTERRUPT */ -		8, 0,		/* wMaxPacketSize */ +		8,		/* wMaxPacketSize */  		255		/* bInterval */  	},  }; |