Changeset 0ef03d7 in mainline for uspace/drv/bus/usb/ohci/ohci.c
- Timestamp:
- 2012-12-21T11:19:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- daf59d1
- Parents:
- 53332b5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci.c
r53332b5b r0ef03d7 132 132 133 133 /* Initialize generic HCD driver */ 134 ret = hcd_ddf_setup_device(device, NULL); 134 ret = hcd_ddf_setup_device(device, NULL, USB_SPEED_FULL, 135 BANDWIDTH_AVAILABLE_USB11, bandwidth_count_usb11); 135 136 if (ret != EOK) { 136 137 unregister_interrupt_handler(device, irq);
Note:
See TracChangeset
for help on using the changeset viewer.