Adding vendor class definition

This commit is contained in:
Jason Kotzin 2012-08-22 17:06:28 -07:00
parent fb110dd3e6
commit e8ec29e636

View File

@ -38,6 +38,9 @@ struct usb_setup_data {
u16 wLength;
} __attribute__((packed));
/* Class Definition */
#define USB_CLASS_VENDOR 0xFF
/* bmRequestType bit definitions */
#define USB_REQ_TYPE_IN 0x80
#define USB_REQ_TYPE_STANDARD 0x00