projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e9189
)
USB: fix an incorrect table index in comment
author
Huang Rui
<ray.huang@amd.com>
Mon, 8 Apr 2013 04:20:49 +0000
(12:20 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Apr 2013 16:08:34 +0000
(09:08 -0700)
Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/usb/ch9.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/usb/ch9.h
b/include/uapi/linux/usb/ch9.h
index f738e25377ffbc3ed8e794246f03f718bdb1bab4..aa33fd1b2d4f3a7575dc160d906907133119f1d5 100644
(file)
--- a/
include/uapi/linux/usb/ch9.h
+++ b/
include/uapi/linux/usb/ch9.h
@@
-138,7
+138,7
@@
/*
* New Feature Selectors as added by USB 3.0
- * See USB 3.0 spec Table 9-
6
+ * See USB 3.0 spec Table 9-
7
*/
#define USB_DEVICE_U1_ENABLE 48 /* dev may initiate U1 transition */
#define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */
@@
-147,7
+147,7
@@
#define USB_INTR_FUNC_SUSPEND_OPT_MASK 0xFF00
/*
- * Suspend Options, Table 9-
7
USB 3.0 spec
+ * Suspend Options, Table 9-
8
USB 3.0 spec
*/
#define USB_INTRF_FUNC_SUSPEND_LP (1 << (8 + 0))
#define USB_INTRF_FUNC_SUSPEND_RW (1 << (8 + 1))