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


Ignore:
Timestamp:
2017-10-03T23:12:40Z (8 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
816335c
Parents:
7776cb1
Message:

Implemented GetPortStatus request using XHCI port registers.

File:
1 edited

Legend:

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

    r7776cb1 r5c5c9407  
    202202                goto err_scratch;
    203203
    204         if ((err = xhci_rh_init(&hc->rh)))
     204        if ((err = xhci_rh_init(&hc->rh, hc->op_regs)))
    205205                goto err_cmd;
    206206
Note: See TracChangeset for help on using the changeset viewer.