aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/uhci-hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hub.c b/drivers/usb/host/uhci-hub.c
index 19ba5eafb31e..a7cc0221e003 100644
--- a/drivers/usb/host/uhci-hub.c
+++ b/drivers/usb/host/uhci-hub.c
@@ -15,7 +15,7 @@
15static const __u8 root_hub_hub_des[] = 15static const __u8 root_hub_hub_des[] =
16{ 16{
17 0x09, /* __u8 bLength; */ 17 0x09, /* __u8 bLength; */
18 0x29, /* __u8 bDescriptorType; Hub-descriptor */ 18 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
19 0x02, /* __u8 bNbrPorts; */ 19 0x02, /* __u8 bNbrPorts; */
20 HUB_CHAR_NO_LPSM | /* __u16 wHubCharacteristics; */ 20 HUB_CHAR_NO_LPSM | /* __u16 wHubCharacteristics; */
21 HUB_CHAR_INDV_PORT_OCPM, /* (per-port OC, no power switching) */ 21 HUB_CHAR_INDV_PORT_OCPM, /* (per-port OC, no power switching) */