Changeset ecbad17 in mainline for uspace/drv/bus/usb/ehci/ehci_bus.c
- Timestamp:
- 2018-01-07T17:13:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb928c4
- Parents:
- 3dc3f99
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-07 17:12:35)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-07 17:13:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_bus.c
r3dc3f99 recbad17 149 149 .endpoint_unregister = ehci_unregister_ep, 150 150 .endpoint_toggle_reset = ehci_ep_toggle_reset, 151 .endpoint_count_bw = bandwidth_count_usb 11,151 .endpoint_count_bw = bandwidth_count_usb20, 152 152 .batch_create = ehci_create_batch, 153 153 .batch_destroy = ehci_destroy_batch, … … 163 163 bus_t *bus_base = (bus_t *) bus; 164 164 165 usb2_bus_init(usb2_bus, BANDWIDTH_AVAILABLE_USB 11);165 usb2_bus_init(usb2_bus, BANDWIDTH_AVAILABLE_USB20); 166 166 bus_base->ops = &ehci_bus_ops; 167 167
Note:
See TracChangeset
for help on using the changeset viewer.