Changeset 129b821f in mainline for uspace/drv/bus/usb/ehci/hw_struct/queue_head.c
- Timestamp:
- 2018-01-20T12:34:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 682c9354
- Parents:
- 60d3f35
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 12:33:42)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-20 12:34:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hw_struct/queue_head.c
r60d3f35 r129b821f 46 46 [USB_SPEED_FULL] = QH_EP_CHAR_EPS_FS, 47 47 [USB_SPEED_HIGH] = QH_EP_CHAR_EPS_HS, 48 49 /* Solely for the roothub */50 [USB_SPEED_MAX] = 0,51 48 }; 52 49
Note:
See TracChangeset
for help on using the changeset viewer.