Add missing HID Usage Type comments

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/915/head
Michael Richters 4 years ago committed by Jesse Vincent
parent 4681589821
commit dcbab5da8d
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -39,7 +39,6 @@
// better.
//
// ==============================================================================
// System Control USB HID keycodes
// [Section 4: Generic Desktop Page (0x01)]
@ -339,9 +338,9 @@
#define HID_CONSUMER_CONSUMER_CONTROL_CA 0x01 // CA
#define HID_CONSUMER_NUMERIC_KEY_PAD 0x02 // NAry
#define HID_CONSUMER_PROGRAMMABLE_BUTTONS 0x03 // NAry
#define HID_CONSUMER_MICROPHONE_CA 0x04
#define HID_CONSUMER_HEADPHONE_CA 0x05
#define HID_CONSUMER_GRAPHIC_EQUALIZER_CA 0x06
#define HID_CONSUMER_MICROPHONE_CA 0x04 // CA
#define HID_CONSUMER_HEADPHONE_CA 0x05 // CA
#define HID_CONSUMER_GRAPHIC_EQUALIZER_CA 0x06 // CA
// Reserved 0x07-1F
#define HID_CONSUMER_PLUS_10 0x20 // OSC
#define HID_CONSUMER_PLUS_100 0x21 // OSC
@ -446,7 +445,7 @@
#define HID_CONSUMER_EJECT 0xB8 // OSC
#define HID_CONSUMER_RANDOM_PLAY 0xB9 // OOC
#define HID_CONSUMER_SELECT_DISC 0xBA // NAry
#define HID_CONSUMER_ENTER_DISC_MC 0xBB
#define HID_CONSUMER_ENTER_DISC_MC 0xBB // MC
#define HID_CONSUMER_REPEAT 0xBC // OSC
#define HID_CONSUMER_TRACKING 0xBD // LC
#define HID_CONSUMER_TRACK_NORMAL 0xBE // OSC
@ -779,8 +778,8 @@
#define HID_CONSUMER_KEYBOARD_INPUT_ASSIST_CANCEL 0x2CC // Sel
// Reserved 0x2CD-2CF
#define HID_CONSUMER_PRIVACY_SCREEN_TOGGLE 0x2D0 // OOC
#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_DECREMENT 0x2D1
#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_INCREMENT 0x2D2
#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_DECREMENT 0x2D1 // RTC
#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_INCREMENT 0x2D2 // RTC
#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_MINIMUM 0x2D3 // OSC
#define HID_CONSUMER_PRIVACY_SCREEN_LEVEL_MAXIMUM 0x2D4 // OSC
// Reserved 0x2D5-4FF

Loading…
Cancel
Save