Subversion Repositories group.electronics

Rev

Rev 77 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77 Rev 78
Line 56... Line 56...
56
#define USB_CFG_DEVICE_CLASS        0
56
#define USB_CFG_DEVICE_CLASS        0
57
#define USB_CFG_DEVICE_SUBCLASS     0
57
#define USB_CFG_DEVICE_SUBCLASS     0
58
#define USB_CFG_INTERFACE_CLASS     3   /* HID */
58
#define USB_CFG_INTERFACE_CLASS     3   /* HID */
59
#define USB_CFG_INTERFACE_SUBCLASS  0   /* no boot interface */
59
#define USB_CFG_INTERFACE_SUBCLASS  0   /* no boot interface */
60
#define USB_CFG_INTERFACE_PROTOCOL  0   /* no protocol */
60
#define USB_CFG_INTERFACE_PROTOCOL  0   /* no protocol */
61
#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH    52  /* total length of report descriptor */
61
#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH    46  /* total length of report descriptor */
62
/* #define USB_PUBLIC static */
62
/* #define USB_PUBLIC static */
63
 
63
 
64
/* ------------------- Fine Control over USB Descriptors ------------------- */
64
/* ------------------- Fine Control over USB Descriptors ------------------- */
65
 
65
 
66
#define USB_CFG_DESCR_PROPS_DEVICE                  0
66
#define USB_CFG_DESCR_PROPS_DEVICE                  0