Changeset a1313b8c in mainline for uspace/drv/uhci-hcd/hc.c
- Timestamp:
- 2011-04-02T14:41:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1273b86c
- Parents:
- 4ab89e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hc.c
r4ab89e5 ra1313b8c 239 239 usb_log_debug("Initialized device manager.\n"); 240 240 241 ret = bandwidth_init(&instance->bandwidth, BANDWIDTH_AVAILABLE_USB11, 242 bandwidth_count_usb11); 243 assert(ret == true); 244 241 245 return EOK; 242 246 #undef CHECK_RET_DEST_CMDS_RETURN
Note:
See TracChangeset
for help on using the changeset viewer.