Changeset f668d60 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2017-10-25T14:36:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cf28b9
- Parents:
- 47ab89e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
r47ab89e rf668d60 51 51 uint8_t major, minor; 52 52 uint64_t rx_bps, tx_bps; 53 usb_speed_t usb_speed; 53 54 } xhci_port_speed_t; 54 55 … … 67 68 /* We need this to attach children to */ 68 69 ddf_dev_t *hc_device; 69 70 /** Port speeds reported from HC */71 xhci_port_speed_t speeds [16];72 70 73 71 /** Interrupt transfer waiting for an actual interrupt to occur */
Note:
See TracChangeset
for help on using the changeset viewer.