mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
MFC r277245:
Add more USB request definitions. The values are described in section 9.4.11 and 9.4.12 of the "Universal Serial Bus 3.0 Specification"
This commit is contained in:
parent
795265c38b
commit
6ce3819dfe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=277847
@ -128,6 +128,8 @@ enum libusb_standard_request {
|
||||
LIBUSB_REQUEST_GET_INTERFACE = 0x0A,
|
||||
LIBUSB_REQUEST_SET_INTERFACE = 0x0B,
|
||||
LIBUSB_REQUEST_SYNCH_FRAME = 0x0C,
|
||||
LIBUSB_REQUEST_SET_SEL = 0x30,
|
||||
LIBUSB_REQUEST_SET_ISOCH_DELAY = 0x31,
|
||||
};
|
||||
|
||||
enum libusb_request_type {
|
||||
|
@ -481,6 +481,12 @@ enum libusb20_standard_request {
|
||||
|
||||
/** Set then report an endpoint's synchronization frame */
|
||||
LIBUSB20_REQUEST_SYNCH_FRAME = 0x0C,
|
||||
|
||||
/** Set U1 and U2 system exit latency */
|
||||
LIBUSB20_REQUEST_SET_SEL = 0x30,
|
||||
|
||||
/** Set isochronous delay */
|
||||
LIBUSB20_REQUEST_SET_ISOCH_DELAY = 0x31,
|
||||
};
|
||||
|
||||
/** \ingroup misc
|
||||
|
Loading…
Reference in New Issue
Block a user