comparison Output/pjrcUSB/arm/usb_desc.c @ 391:e85438377fe6

Adding support for kll 0.3d - Requires kll compiler update - Includes descriptor update to handle new consumer control codes
author Jacob Alexander <haata@kiibohd.com>
date Sat, 17 Oct 2015 15:03:21 -0700
parents fc2c2a1e9615
children 36b047a5afb0
comparison
equal deleted inserted replaced
390:a3825c7fc651 391:e85438377fe6
298 0x95, 0x01, // Report Count (1), 298 0x95, 0x01, // Report Count (1),
299 0x16, 0x01, 0x00, // Logical Minimum (1), 299 0x16, 0x01, 0x00, // Logical Minimum (1),
300 0x26, 0x9C, 0x02, // Logical Maximum (668), 300 0x26, 0x9C, 0x02, // Logical Maximum (668),
301 0x05, 0x0C, // Usage Page (Consumer), 301 0x05, 0x0C, // Usage Page (Consumer),
302 0x19, 0x01, // Usage Minimum (1), 302 0x19, 0x01, // Usage Minimum (1),
303 0x2A, 0x9C, 0x02, // Usage Maximum (668), 303 0x2A, 0x9D, 0x02, // Usage Maximum (669),
304 0x81, 0x00, // Input (Data, Array), 304 0x81, 0x00, // Input (Data, Array),
305 0xc0, // End Collection - Consumer Control 305 0xc0, // End Collection - Consumer Control
306 }; 306 };
307 307
308 // Mouse Protocol 1, HID 1.11 spec, Appendix B, page 59-60, with wheel extension 308 // Mouse Protocol 1, HID 1.11 spec, Appendix B, page 59-60, with wheel extension