1
0
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:
Werner Almesberger 2015-04-11 14:53:52 -03:00
parent 88e2bde7d6
commit a6c639bbb3

View File

@ -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