usb_hid_class.h
Go to the documentation of this file.00001 #ifndef usb_hid_class_h
00002 #define usb_hid_class_h
00003
00004 #define req_GET_REPORT 0x01
00005 #define req_GET_IDLE 0x02
00006 #define req_GET_PROTOCOL 0x03
00007 #define req_SET_REPORT 0x09
00008 #define req_SET_IDLE 0x0a
00009 #define req_SET_PROTOCOL 0x0b
00010
00011 #endif