diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-02-14 17:06:15 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-17 13:53:25 -0500 |
commit | b9f2e9a122a4d51dc13e2e9571034cb2d29dfe44 (patch) | |
tree | 4d6e3a636a5ccb44bf2460eba8416b6ac2d1b9dc /include/linux/usb/ch11.h | |
parent | 5b7c1178eb94f31a0199c3b361722775c54a8db3 (diff) |
USB: usb.h: Make comment match the defines it describes
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb/ch11.h')
-rw-r--r-- | include/linux/usb/ch11.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/usb/ch11.h b/include/linux/usb/ch11.h index 10ec0699bea4..38c42b013641 100644 --- a/include/linux/usb/ch11.h +++ b/include/linux/usb/ch11.h | |||
@@ -132,8 +132,8 @@ struct usb_port_status { | |||
132 | 132 | ||
133 | /* | 133 | /* |
134 | * wPortChange bit field | 134 | * wPortChange bit field |
135 | * See USB 2.0 spec Table 11-22 | 135 | * See USB 2.0 spec Table 11-22 and USB 2.0 LPM ECN Table-4.10 |
136 | * Bits 0 to 4 shown, bits 5 to 15 are reserved | 136 | * Bits 0 to 5 shown, bits 6 to 15 are reserved |
137 | */ | 137 | */ |
138 | #define USB_PORT_STAT_C_CONNECTION 0x0001 | 138 | #define USB_PORT_STAT_C_CONNECTION 0x0001 |
139 | #define USB_PORT_STAT_C_ENABLE 0x0002 | 139 | #define USB_PORT_STAT_C_ENABLE 0x0002 |