Changes in uspace/lib/usb/src/hcdhubd.c [fe5e00d6:dac43be] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hcdhubd.c
rfe5e00d6 rdac43be 205 205 } 206 206 207 /** Tell USB address of given device.208 *209 * @param handle Devman handle of the device.210 * @return USB device address or error code.211 */212 usb_address_t usb_get_address_by_handle(devman_handle_t handle)213 {214 /* TODO: search list of attached devices. */215 return ENOENT;216 }217 218 207 /** 219 208 * @}
Note:
See TracChangeset
for help on using the changeset viewer.