]> Pileus Git - ~andy/linux/commitdiff
usb: ch9: define Set SEL and Set Isoch Delay macros
authorFelipe Balbi <balbi@ti.com>
Tue, 24 Apr 2012 12:44:51 +0000 (15:44 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 30 Apr 2012 08:31:21 +0000 (11:31 +0300)
These are new requests introduced by USB 3.0
Specification. Gadget controllers should implement
them.

Signed-off-by: Felipe Balbi <balbi@ti.com>
include/linux/usb/ch9.h

index af21f311591943338672a13e538fb5dbf522cef7..e785d85b617f52aebaa8712e25e00f8788cdbc14 100644 (file)
@@ -88,6 +88,8 @@
 #define USB_REQ_GET_INTERFACE          0x0A
 #define USB_REQ_SET_INTERFACE          0x0B
 #define USB_REQ_SYNCH_FRAME            0x0C
+#define USB_REQ_SET_SEL                        0x30
+#define USB_REQ_SET_ISOCH_DELAY                0x31
 
 #define USB_REQ_SET_ENCRYPTION         0x0D    /* Wireless USB */
 #define USB_REQ_GET_ENCRYPTION         0x0E