Changeset f4eb6c93 in mainline
- Timestamp:
- 2017-06-15T17:25:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5cbccd4
- Parents:
- 5119d34
- Location:
- uspace
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/Makefile
r5119d34 rf4eb6c93 40 40 41 41 SOURCES = \ 42 trb_ring.c \ 42 43 main.c 43 44 -
uspace/lib/usb/include/usb/usb.h
r5119d34 rf4eb6c93 80 80 /** USB 2.0 high speed (480Mbits/s). */ 81 81 USB_SPEED_HIGH, 82 /** USB 3.0 super speed (480Mbits/s). */ 83 USB_SPEED_SUPER, 82 84 /** Psuedo-speed serving as a boundary. */ 83 85 USB_SPEED_MAX -
uspace/lib/usb/src/usb.c
r5119d34 rf4eb6c93 44 44 [USB_SPEED_FULL] = "full", 45 45 [USB_SPEED_HIGH] = "high", 46 [USB_SPEED_SUPER] = "super", 46 47 }; 47 48
Note:
See TracChangeset
for help on using the changeset viewer.