Changeset b357377 in mainline for uspace/drv/bus/usb/uhci
- Timestamp:
- 2018-01-25T02:05:57Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d369b3b
- Parents:
- 5f0b366
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 01:23:20)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 02:05:57)
- File:
-
- 1 edited
-
uspace/drv/bus/usb/uhci/hc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r5f0b366 rb357377 418 418 .endpoint_register = endpoint_register, 419 419 .endpoint_unregister = endpoint_unregister, 420 .endpoint_count_bw = bandwidth_count_usb11,421 420 422 421 .batch_create = create_transfer_batch, … … 439 438 assert(instance); 440 439 441 usb2_bus_init(&instance->bus, BANDWIDTH_AVAILABLE_USB11);440 usb2_bus_init(&instance->bus, &bandwidth_accounting_usb11); 442 441 443 442 bus_t *bus = (bus_t *) &instance->bus;
Note:
See TracChangeset
for help on using the changeset viewer.
