Changeset 62558202 in mainline


Ignore:
Timestamp:
2017-10-25T22:08:26Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25251bb
Parents:
2cf28b9
Message:

xhci: fix th_port not getting a value

File:
1 edited

Legend:

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

    r2cf28b9 r62558202  
    146146                const unsigned offset = 4 * (xhci_dev->tier - 2);
    147147                xhci_dev->route_str |= (dev->port & 0xf) << offset;
     148                xhci_dev->rh_port = xhci_hub->rh_port;
    148149        }
    149150
Note: See TracChangeset for help on using the changeset viewer.