comparison Output/pjrcUSB/capabilities.kll @ 368:06a54d582bf8

FIxing Media Keys and general USB compatibilty - Media keys tested working on Linux/Windows/Mac (use Consumer control) - Fixed enumeration delays - Fixed virtual serial port configuration issues - Fixed GET_REPORT and SET_REPORT - Added intial descriptors and endpoints for Mouse and Joystick devices - Split out the consumer and system control endpoint - Added more fault debugging messages - Added interface names to endpoints (visible in Windows Device Manager) - Added KLL define for keyboard locale
author Jacob Alexander <haata@kiibohd.com>
date Wed, 19 Aug 2015 00:01:15 -0700
parents b2c8581307bc
children 39e338a6733d
comparison
equal deleted inserted replaced
367:8a6c2d410ad9 368:06a54d582bf8
1 Name = pjrcUSBCapabilities; 1 Name = pjrcUSBCapabilities;
2 Version = 0.4; 2 Version = 0.5;
3 Author = "HaaTa (Jacob Alexander) 2014-2015"; 3 Author = "HaaTa (Jacob Alexander) 2014-2015";
4 KLL = 0.3b; 4 KLL = 0.3b;
5 5
6 # Modified Date 6 # Modified Date
7 Date = 2015-05-02; 7 Date = 2015-07-12;
8 8
9 9
10 # Output capabilities 10 # Output capabilities
11 consCtrlOut => Output_consCtrlSend_capability( consCode : 2 ); 11 consCtrlOut => Output_consCtrlSend_capability( consCode : 2 );
12 noneOut => Output_noneSend_capability(); 12 noneOut => Output_noneSend_capability();
15 15
16 # Configuration capabilities 16 # Configuration capabilities
17 kbdProtocolBoot => Output_kbdProtocolBoot_capability(); 17 kbdProtocolBoot => Output_kbdProtocolBoot_capability();
18 kbdProtocolNKRO => Output_kbdProtocolNKRO_capability(); 18 kbdProtocolNKRO => Output_kbdProtocolNKRO_capability();
19 19
20 # Locale Settings
21 keyboardLocale => KeyboardLocale_define;
22 keyboardLocale = 0;
23