Changeset 5e2b1ae6 in mainline for uspace/drv/bus/usb/uhci/hc.c
- Timestamp:
- 2018-01-07T01:54:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3dc3f99
- Parents:
- 63431db2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r63431db2 r5e2b1ae6 388 388 int hc_init_mem_structures(hc_t *instance, hc_device_t *hcd) 389 389 { 390 int err;391 390 assert(instance); 392 391 393 if ((err = usb2_bus_init(&instance->bus, BANDWIDTH_AVAILABLE_USB11))) 394 return err; 392 usb2_bus_init(&instance->bus, BANDWIDTH_AVAILABLE_USB11); 395 393 396 394 bus_t *bus = (bus_t *) &instance->bus;
Note:
See TracChangeset
for help on using the changeset viewer.