Changeset 2c202c5 in mainline for uspace/lib/usb/src/hc.c
- Timestamp:
- 2011-12-11T15:17:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd575647
- Parents:
- a045ab1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hc.c
ra045ab1 r2c202c5 114 114 115 115 devman_handle_t hc_handle; 116 const int rc = usb_ find_hc(device->handle, &hc_handle);116 const int rc = usb_get_hc_by_handle(device->handle, &hc_handle); 117 117 if (rc == EOK) { 118 118 usb_hc_connection_initialize(connection, hc_handle);
Note:
See TracChangeset
for help on using the changeset viewer.