Changeset b357377 in mainline for uspace/drv/bus/usb/ohci
- 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/ohci/ohci_bus.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_bus.c
r5f0b366 rb357377 171 171 .endpoint_register = ohci_register_ep, 172 172 .endpoint_unregister = ohci_unregister_ep, 173 .endpoint_count_bw = bandwidth_count_usb11,174 173 175 174 .batch_create = ohci_create_batch, … … 187 186 bus_t *bus_base = (bus_t *) bus; 188 187 189 usb2_bus_init(usb2_bus, BANDWIDTH_AVAILABLE_USB11);188 usb2_bus_init(usb2_bus, &bandwidth_accounting_usb11); 190 189 bus_base->ops = &ohci_bus_ops; 191 190
Note:
See TracChangeset
for help on using the changeset viewer.
