aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/ehci-hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index 87cf86f38b36..d7b4b511b5c6 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -688,7 +688,7 @@ ehci_hub_descriptor (
688 int ports = HCS_N_PORTS (ehci->hcs_params); 688 int ports = HCS_N_PORTS (ehci->hcs_params);
689 u16 temp; 689 u16 temp;
690 690
691 desc->bDescriptorType = 0x29; 691 desc->bDescriptorType = USB_DT_HUB;
692 desc->bPwrOn2PwrGood = 10; /* ehci 1.0, 2.3.9 says 20ms max */ 692 desc->bPwrOn2PwrGood = 10; /* ehci 1.0, 2.3.9 says 20ms max */
693 desc->bHubContrCurrent = 0; 693 desc->bHubContrCurrent = 0;
694 694