浏览代码

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>
Felipe Balbi 13 年之前
父节点
当前提交
93c309ded1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/linux/usb/ch9.h

+ 2 - 0
include/linux/usb/ch9.h

@@ -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