summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-02-06 15:33:28 +0100
committerIngo Molnar <mingo@kernel.org>2013-02-06 15:33:28 +0100
commitd9ffe5929aa5b8a97566756db419e9dedea2afb0 (patch)
treecee04fc5a900926dfd8a9b6120db0a747c18fe17 /include/uapi/linux
parentf6fb0d8d403ed3fe8f1e3c2df4aa0b751f7f7043 (diff)
parent1589a3e7777631ff56dd58cd7dcdf275185e62b5 (diff)
Merge branch 'linus'
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/usb/ch9.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h
index 50598472dc41..f738e25377ff 100644
--- a/include/uapi/linux/usb/ch9.h
+++ b/include/uapi/linux/usb/ch9.h
@@ -152,6 +152,12 @@
#define USB_INTRF_FUNC_SUSPEND_LP (1 << (8 + 0))
#define USB_INTRF_FUNC_SUSPEND_RW (1 << (8 + 1))
+/*
+ * Interface status, Figure 9-5 USB 3.0 spec
+ */
+#define USB_INTRF_STAT_FUNC_RW_CAP 1
+#define USB_INTRF_STAT_FUNC_RW 2
+
#define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */
/* Bit array elements as returned by the USB_REQ_GET_STATUS request. */