Changeset ce33c10 in mainline
- Timestamp:
- 2013-09-21T01:21:15Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57c8fc9
- Parents:
- 4cf5b8e0
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci.c
r4cf5b8e0 rce33c10 131 131 hcd_ddf_clean_hc(device); 132 132 unregister_interrupt_handler(device, irq); 133 return ret;133 return ENOMEM; 134 134 } 135 135 -
uspace/lib/usbhost/src/ddf_helpers.c
r4cf5b8e0 rce33c10 581 581 * 582 582 * @param[in] device DDF instance of the device to use. 583 * 583 * @param[in] max_speed Maximum supported USB speed. 584 * @param[in] bw available bandwidth. 585 * @param[in] bw_count Function to compute required ep bandwidth. 586 * 587 * @return Error code. 584 588 * This function does all the ddf work for hc driver. 585 589 */
Note:
See TracChangeset
for help on using the changeset viewer.