Skip to content

Commit

Permalink
move #defines around a bit to make it more orderly.
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
gregkh committed Apr 19, 2010
1 parent 1bc00f2 commit 7a44af4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lsusb.c
Expand Up @@ -63,8 +63,8 @@
#define USB_DT_WIRELESS_ENDPOINT_COMP 0x11
#define USB_DT_WIRE_ADAPTER 0x21
#define USB_DT_RPIPE 0x22

#define USB_DT_RC_INTERFACE 0x23
#define USB_DT_SS_ENDPOINT_COMP 0x30

/* Conventional codes for class-specific descriptors. The convention is
* defined in the USB "Common Class" Spec (3.11). Individual class specs
Expand All @@ -80,10 +80,6 @@
#define USB_CLASS_CCID 0x0b
#endif

#ifndef USB_DT_SS_ENDPOINT_COMP
#define USB_DT_SS_ENDPOINT_COMP 0x30
#endif

#ifndef USB_CLASS_VIDEO
#define USB_CLASS_VIDEO 0x0e
#endif
Expand Down

0 comments on commit 7a44af4

Please sign in to comment.