Changeset f8199ab in mainline for uspace/drv/bus/usb/xhci/rh.c


Ignore:
Timestamp:
2017-10-03T20:53:48Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7776cb1
Parents:
d14ca59
Message:

Set PwrGood constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/rh.c

    rd14ca59 rf8199ab  
    5959        header->characteristics =
    6060                    HUB_CHAR_NO_POWER_SWITCH_FLAG | HUB_CHAR_NO_OC_FLAG;
    61         header->power_good_time = 50; // TODO: This needs to be fine-tuned.
     61        header->power_good_time = 10; /* XHCI section 5.4.9 says 20ms max */
    6262        header->max_current = 0;
    6363
Note: See TracChangeset for help on using the changeset viewer.