Changeset 2770b66 in mainline for uspace/drv/bus/usb/xhci/bus.c
- Timestamp:
- 2017-10-15T15:05:06Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 816f5f4
- Parents:
- 20eaa82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.c
r20eaa82 r2770b66 79 79 80 80 /* Assign an address to the device */ 81 if ((err = xhci_rh_address_device(&hc->rh, dev ))) {81 if ((err = xhci_rh_address_device(&hc->rh, dev, bus))) { 82 82 usb_log_error("Failed to setup address of the new device: %s", str_error(err)); 83 83 return err;
Note:
See TracChangeset
for help on using the changeset viewer.