Changeset 9b2f69e in mainline for uspace/drv/bus/usb/xhci/rh.c
- Timestamp:
- 2017-10-15T20:08:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7db009
- Parents:
- 816f5f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.c
r816f5f4 r9b2f69e 120 120 } 121 121 122 err = xhci_trb_ring_init(ep_ring , hc);122 err = xhci_trb_ring_init(ep_ring); 123 123 if (err) 124 124 goto err_ring; … … 181 181 xhci_dev->device = dev; 182 182 xhci_dev->slot_id = slot_id; 183 xhci_dev->usb3 = speed->major == 3; 184 xhci_dev->hc = hc; 183 185 184 186 // TODO: Save anything else?
Note:
See TracChangeset
for help on using the changeset viewer.