Changeset 8b8c164 in mainline for uspace/lib/usbhost/src/ddf_helpers.c
- Timestamp:
- 2017-10-27T15:22:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58ac3ec
- Parents:
- 7010861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/ddf_helpers.c
r7010861 r8b8c164 519 519 ddf_fun_set_name(dev->fun, "roothub"); 520 520 521 dev->tt = (usb_tt_address_t) {522 .address = -1,523 .port = 0,524 };525 526 521 /* Assign an address to the device */ 527 522 if ((err = bus_enumerate_device(hcd->bus, hcd, dev))) {
Note:
See TracChangeset
for help on using the changeset viewer.