sl811-hcd: use HUB_CHAR_*
[deliverable/linux.git] / drivers / usb / host / sl811-hcd.c
index cef3140ffd8ac0e7c50b8c9600b73e1aebe1de37..4f4ba1ea9e9be5298a145ffd506c37370f266655 100644 (file)
@@ -1103,12 +1103,12 @@ sl811h_hub_descriptor (
                desc->bPwrOn2PwrGood = sl811->board->potpg;
                if (!desc->bPwrOn2PwrGood)
                        desc->bPwrOn2PwrGood = 10;
-               temp = 0x0001;
+               temp = HUB_CHAR_INDV_PORT_LPSM;
        } else
-               temp = 0x0002;
+               temp = HUB_CHAR_NO_LPSM;
 
        /* no overcurrent errors detection/handling */
-       temp |= 0x0010;
+       temp |= HUB_CHAR_NO_OCPM;
 
        desc->wHubCharacteristics = cpu_to_le16(temp);
 
This page took 0.024418 seconds and 5 git commands to generate.