Changeset 2c202c5 in mainline for uspace/lib/usb/src/resolve.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/resolve.c
ra045ab1 r2c202c5 185 185 /* Try to find its host controller. */ 186 186 if (!found_hc) { 187 rc = usb_ find_hc(tmp_handle, &hc_handle);187 rc = usb_get_hc_by_handle(tmp_handle, &hc_handle); 188 188 if (rc == EOK) { 189 189 found_hc = true;
Note:
See TracChangeset
for help on using the changeset viewer.