Changeset 50be3c6 in mainline
- Timestamp:
- 2018-01-11T23:51:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c097d22
- Parents:
- 49e62998
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
r49e62998 r50be3c6 379 379 380 380 /** 381 * Issue a port reset for a given port.382 */383 int xhci_rh_reset_port(xhci_rh_t* rh, uint8_t port)384 {385 usb_log_debug2("Resetting port %u.", port);386 387 return EOK;388 }389 390 /**391 381 * @} 392 382 */
Note:
See TracChangeset
for help on using the changeset viewer.