Changeset 8ebe212 in mainline for uspace/drv/bus/usb/xhci/hc.c
- Timestamp:
- 2018-04-13T12:39:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18b6a88
- Parents:
- f712a85
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-12 17:38:04)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-13 12:39:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
rf712a85 r8ebe212 87 87 xhci_port_speed_t *speeds = hc->speeds; 88 88 89 for (xhci_extcap_t * 89 for (xhci_extcap_t *ec = hc->xecp; ec; ec = xhci_extcap_next(ec)) { 90 90 xhci_dump_extcap(ec); 91 91 switch (XHCI_REG_RD(ec, XHCI_EC_CAP_ID)) {
Note:
See TracChangeset
for help on using the changeset viewer.