Changeset 2fd1f0c6 in mainline for uspace/lib/usbhost/src/iface.c
- Timestamp:
- 2011-10-29T11:36:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5400606
- Parents:
- 57e06ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/iface.c
r57e06ef r2fd1f0c6 128 128 129 129 usb_log_debug("Address bind %d-%" PRIun ".\n", address, handle); 130 usb_device_manager_bind(&hcd->dev_manager, address, handle); 131 return EOK; 130 return usb_device_manager_bind(&hcd->dev_manager, address, handle); 132 131 } 133 132 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.