Changeset 059d507 in mainline for uspace/lib/usbhost/src/ddf_helpers.c
- Timestamp:
- 2013-07-26T13:40:58Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2838486
- Parents:
- b0fc92c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/ddf_helpers.c
rb0fc92c r059d507 301 301 return ret; 302 302 } 303 304 ret = usb_device_manager_bind_address(&dev_to_hcd(parent)->dev_manager,305 address, ddf_fun_get_handle(fun));306 if (ret != EOK)307 usb_log_warning("Failed to bind address: %s.\n",308 str_error(ret));309 303 310 304 list_append(&info->link, &hc_dev->devices); … … 408 402 /* This checks whether the default address is reserved and gets speed */ 409 403 int ret = usb_device_manager_get_info_by_address(&hcd->dev_manager, 410 USB_ADDRESS_DEFAULT, NULL,&speed);404 USB_ADDRESS_DEFAULT, &speed); 411 405 if (ret != EOK) { 412 406 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.