Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux...
[deliverable/linux.git] / drivers / usb / c67x00 / c67x00-hcd.c
index 20ec4eee1ac8af88d780970e5a7488b2f117c4c8..c2d13968da821f60277b29f612b4a15b42daf8b7 100644 (file)
@@ -34,7 +34,7 @@
 
 static __u8 c67x00_hub_des[] = {
        0x09,                   /*  __u8  bLength; */
-       0x29,                   /*  __u8  bDescriptorType; Hub-descriptor */
+       USB_DT_HUB,             /*  __u8  bDescriptorType; Hub-descriptor */
        0x02,                   /*  __u8  bNbrPorts; */
        0x00,                   /* __u16  wHubCharacteristics; */
        0x00,                   /*   (per-port OC, no power switching) */
This page took 0.031764 seconds and 5 git commands to generate.