Changeset 2aaba7e in mainline for uspace/drv/bus/usb/xhci/rh.c
- Timestamp:
- 2018-01-20T18:23:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21885c92
- Parents:
- 6271a34
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 18:21:06)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 18:23:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
r6271a34 r2aaba7e 98 98 /* Initialize route string */ 99 99 rh->device.route_str = 0; 100 rh->device.tier = 0;101 100 102 101 return EOK; … … 157 156 158 157 dev->hub = &port->rh->device.base; 158 dev->tier = 1; 159 159 dev->port = port - port->rh->ports + 1; 160 160
Note:
See TracChangeset
for help on using the changeset viewer.