Skip to content

Commit

Permalink
USB: usb.h: Make comment match the defines it describes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Paul Bolle authored and Greg Kroah-Hartman committed Feb 17, 2011
1 parent 5b7c117 commit b9f2e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/usb/ch11.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ struct usb_port_status {

/*
* wPortChange bit field
* See USB 2.0 spec Table 11-22
* Bits 0 to 4 shown, bits 5 to 15 are reserved
* See USB 2.0 spec Table 11-22 and USB 2.0 LPM ECN Table-4.10
* Bits 0 to 5 shown, bits 6 to 15 are reserved
*/
#define USB_PORT_STAT_C_CONNECTION 0x0001
#define USB_PORT_STAT_C_ENABLE 0x0002
Expand Down

0 comments on commit b9f2e9a

Please sign in to comment.