mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-24 23:43:08 +02:00
atusb/fw/usb/usb.h: add a few common class codes
This commit is contained in:
parent
88e2bde7d6
commit
a6c639bbb3
@ -52,6 +52,11 @@
|
||||
*/
|
||||
|
||||
#define USB_CLASS_PER_INTERFACE 0
|
||||
#define USB_CLASS_COMM 2
|
||||
#define USB_CLASS_HID 3
|
||||
#define USB_CLASS_MASS_STORAGE 8
|
||||
#define USB_CLASS_HUB 9
|
||||
#define USB_CLASS_DATA 10
|
||||
#define USB_CLASS_APP_SPEC 0xfe
|
||||
#define USB_CLASS_VENDOR_SPEC 0xff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user