diff options
author | David Brownell <david-b@pacbell.net> | 2006-12-12 15:12:30 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 15:44:32 -0800 |
commit | e7d8712c15e087ba6201e5988d618ee03dfe693c (patch) | |
tree | 77c629e4c124a89b95eee312e82c82cf22cf80eb /include/linux/usb | |
parent | 5f848137744106ee737f559454ce5adfceb38347 (diff) | |
download | blackbird-obmc-linux-e7d8712c15e087ba6201e5988d618ee03dfe693c.tar.gz blackbird-obmc-linux-e7d8712c15e087ba6201e5988d618ee03dfe693c.zip |
USB: define USB_CLASS_MISC in <linux/usb/ch9.h>
Add USB_CLASS_MISC to <linux/usb/ch9.h>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/ch9.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h index c720d107ff29..ae7833749fa2 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h @@ -224,6 +224,7 @@ struct usb_device_descriptor { #define USB_CLASS_CONTENT_SEC 0x0d /* content security */ #define USB_CLASS_VIDEO 0x0e #define USB_CLASS_WIRELESS_CONTROLLER 0xe0 +#define USB_CLASS_MISC 0xef #define USB_CLASS_APP_SPEC 0xfe #define USB_CLASS_VENDOR_SPEC 0xff |