Changeset f8199ab in mainline
- Timestamp:
- 2017-10-03T20:53:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7776cb1
- Parents:
- d14ca59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
rd14ca59 rf8199ab 59 59 header->characteristics = 60 60 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 */ 62 62 header->max_current = 0; 63 63
Note:
See TracChangeset
for help on using the changeset viewer.