Changeset 2833bb4 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2018-01-19T17:38:22Z (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r944f8fdd r2833bb4 123 123 dma_buffer_t dev_ctx; 124 124 125 /** Flag indicating whether the device is USB3 (it's USB2 otherwise). */ 126 bool usb3; 125 /** Hub specific information. Valid only if the device is_hub. */ 126 bool is_hub; 127 uint8_t num_ports; 128 uint8_t tt_think_time; 127 129 } xhci_device_t; 128 130
Note:
See TracChangeset
for help on using the changeset viewer.