Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: ch9: define Set SEL and Set Isoch Delay macros

These are new requests introduced by USB 3.0
Specification. Gadget controllers should implement
them.

Signed-off-by: Felipe Balbi <balbi@ti.com>

+2
+2
include/linux/usb/ch9.h
··· 88 88 #define USB_REQ_GET_INTERFACE 0x0A 89 89 #define USB_REQ_SET_INTERFACE 0x0B 90 90 #define USB_REQ_SYNCH_FRAME 0x0C 91 + #define USB_REQ_SET_SEL 0x30 92 + #define USB_REQ_SET_ISOCH_DELAY 0x31 91 93 92 94 #define USB_REQ_SET_ENCRYPTION 0x0D /* Wireless USB */ 93 95 #define USB_REQ_GET_ENCRYPTION 0x0E