Changeset cb8ede1 in mainline for uspace/drv/bus/usb/uhci/uhci.c
- Timestamp:
- 2013-08-07T08:56:48Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b8ecff
- Parents:
- 6340a6ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci.c
r6340a6ff rcb8ede1 150 150 151 151 /* 152 * Creating root hub registers a new USB device so allHC153 * functionalityneeds to be ready at this time.152 * Creating root hub registers a new USB device so HC 153 * needs to be ready at this time. 154 154 */ 155 ret = hcd_ddf_setup_root_hub(device , USB_SPEED_FULL);155 ret = hcd_ddf_setup_root_hub(device); 156 156 if (ret != EOK) { 157 157 // TODO: Undo hcd_setup_device
Note:
See TracChangeset
for help on using the changeset viewer.