Changes in uspace/lib/usb/src/usbdrv.c [4689d40:6f04905] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/usbdrv.c
r4689d40 r6f04905 136 136 } 137 137 138 /** Inform HC about binding address with devman handle.139 *140 * @param phone Open phone to host controller driver.141 * @param address Address to be binded.142 * @param handle Devman handle of the device.143 * @return Error code.144 */145 int usb_drv_bind_address(int phone, usb_address_t address,146 devman_handle_t handle)147 {148 int rc = async_req_2_0(phone, IPC_M_USBHC_BIND_ADDRESS,149 address, handle);150 151 return rc;152 }153 154 138 /** Inform HC about address release. 155 139 *
Note:
See TracChangeset
for help on using the changeset viewer.