Changeset 27b0ea0 in mainline for uspace/drv/bus/usb/ehci/hw_struct/queue_head.c
- Timestamp:
- 2017-11-20T22:15:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9162b27
- Parents:
- 6b433a8
- git-author:
- Aearsis <Hlavaty.Ondrej@…> (2017-11-20 22:11:32)
- git-committer:
- Aearsis <Hlavaty.Ondrej@…> (2017-11-20 22:15:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hw_struct/queue_head.c
r6b433a8 r27b0ea0 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, 48 51 }; 49 52
Note:
See TracChangeset
for help on using the changeset viewer.