Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168383746
D51743.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D51743.diff
View Options
diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h
--- a/lib/libusb/libusb.h
+++ b/lib/libusb/libusb.h
@@ -176,6 +176,13 @@
LIBUSB_BM_LPM_SUPPORT = 0x2,
};
+enum libusb_supported_speed {
+ LIBUSB_LOW_SPEED_OPERATION = (1 << 0),
+ LIBUSB_FULL_SPEED_OPERATION = (1 << 1),
+ LIBUSB_HIGH_SPEED_OPERATION = (1 << 2),
+ LIBUSB_SUPER_SPEED_OPERATION = (1 << 3),
+};
+
enum libusb_bos_type {
LIBUSB_BT_WIRELESS_USB_DEVICE_CAPABILITY = 1,
LIBUSB_BT_USB_2_0_EXTENSION = 2,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 10:03 PM (7 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37380267
Default Alt Text
D51743.diff (478 B)
Attached To
Mode
D51743: libusb: add libusb_supported_speed enum
Attached
Detach File
Event Timeline
Log In to Comment