diff options
| -rw-r--r-- | drivers/usb/host/fhci-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-hub.c b/drivers/usb/host/fhci-hub.c index 70116a65262c..3bacdd7befe9 100644 --- a/drivers/usb/host/fhci-hub.c +++ b/drivers/usb/host/fhci-hub.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | /* virtual root hub specific descriptor */ | 30 | /* virtual root hub specific descriptor */ |
| 31 | static u8 root_hub_des[] = { | 31 | static u8 root_hub_des[] = { |
| 32 | 0x09, /* blength */ | 32 | 0x09, /* blength */ |
| 33 | 0x29, /* bDescriptorType;hub-descriptor */ | 33 | USB_DT_HUB, /* bDescriptorType;hub-descriptor */ |
| 34 | 0x01, /* bNbrPorts */ | 34 | 0x01, /* bNbrPorts */ |
| 35 | HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */ | 35 | HUB_CHAR_INDV_PORT_LPSM | HUB_CHAR_NO_OCPM, /* wHubCharacteristics */ |
| 36 | 0x00, /* per-port power, no overcurrent */ | 36 | 0x00, /* per-port power, no overcurrent */ |
