Changeset 2833bb4 in mainline for uspace/drv/bus/usb/xhci/debug.c


Ignore:
Timestamp:
2018-01-19T17:38:22Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e5a12b
Parents:
944f8fdd
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:10)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
Message:

xhci: recognise hubs

File:
1 edited

Legend:

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

    r944f8fdd r2833bb4  
    347347        SLOT_DUMP(SPEED);
    348348        SLOT_DUMP(MTT);
     349        SLOT_DUMP(HUB);
    349350        SLOT_DUMP(CTX_ENTRIES);
    350351        SLOT_DUMP(MAX_EXIT_LATENCY);
    351352        SLOT_DUMP(ROOT_HUB_PORT);
    352         SLOT_DUMP(NUM_OF_PORTS);
     353        SLOT_DUMP(NUM_PORTS);
    353354        SLOT_DUMP(TT_HUB_SLOT_ID);
    354355        SLOT_DUMP(TT_PORT_NUM);
Note: See TracChangeset for help on using the changeset viewer.