Changeset 05770666 in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2018-01-18T14:40:20Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7f21884
Parents:
2c0564c
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-18 14:30:02)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-18 14:40:20)
Message:

xhci rh: try to detect hidden connected devices at startup

File:
1 edited

Legend:

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

    r2c0564c r05770666  
    504504        XHCI_REG_SET(hc->op_regs, XHCI_OP_RS, 1);
    505505
    506         /* The reset changed status of all ports, and SW originated reason does
    507          * not cause an interrupt.
    508          */
    509         for (uint8_t port = 1; port <= hc->rh.max_ports; ++port)
    510                 xhci_rh_handle_port_change(&hc->rh, port);
     506        xhci_rh_startup(&hc->rh);
    511507
    512508        return EOK;
Note: See TracChangeset for help on using the changeset viewer.