Changeset 50be3c6 in mainline for uspace/drv/bus/usb/xhci/rh.c


Ignore:
Timestamp:
2018-01-11T23:51:17Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c097d22
Parents:
49e62998
Message:

xhci: removed leftover function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/rh.c

    r49e62998 r50be3c6  
    379379
    380380/**
    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 /**
    391381 * @}
    392382 */
Note: See TracChangeset for help on using the changeset viewer.