Skip to content

Commit a45c30e

Browse files
jdcoleJiri Kosina
authored andcommitted
HID: added missing HID Consumer Page identifiers
Adds CA and NAry usage type identifiers. Signed-off-by: JD Cole <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 1e48d54 commit a45c30e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

include/linux/hid.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,30 @@ struct hid_item {
236236
#define HID_DG_TABLETPICK 0x000d0046
237237

238238
#define HID_CP_CONSUMERCONTROL 0x000c0001
239+
#define HID_CP_NUMERICKEYPAD 0x000c0002
240+
#define HID_CP_PROGRAMMABLEBUTTONS 0x000c0003
241+
#define HID_CP_MICROPHONE 0x000c0004
242+
#define HID_CP_HEADPHONE 0x000c0005
243+
#define HID_CP_GRAPHICEQUALIZER 0x000c0006
244+
#define HID_CP_FUNCTIONBUTTONS 0x000c0036
245+
#define HID_CP_SELECTION 0x000c0080
246+
#define HID_CP_MEDIASELECTION 0x000c0087
247+
#define HID_CP_SELECTDISC 0x000c00ba
248+
#define HID_CP_PLAYBACKSPEED 0x000c00f1
249+
#define HID_CP_PROXIMITY 0x000c0109
250+
#define HID_CP_SPEAKERSYSTEM 0x000c0160
251+
#define HID_CP_CHANNELLEFT 0x000c0161
252+
#define HID_CP_CHANNELRIGHT 0x000c0162
253+
#define HID_CP_CHANNELCENTER 0x000c0163
254+
#define HID_CP_CHANNELFRONT 0x000c0164
255+
#define HID_CP_CHANNELCENTERFRONT 0x000c0165
256+
#define HID_CP_CHANNELSIDE 0x000c0166
257+
#define HID_CP_CHANNELSURROUND 0x000c0167
258+
#define HID_CP_CHANNELLOWFREQUENCYENHANCEMENT 0x000c0168
259+
#define HID_CP_CHANNELTOP 0x000c0169
260+
#define HID_CP_CHANNELUNKNOWN 0x000c016a
261+
#define HID_CP_APPLICATIONLAUNCHBUTTONS 0x000c0180
262+
#define HID_CP_GENERICGUIAPPLICATIONCONTROLS 0x000c0200
239263

240264
#define HID_DG_CONFIDENCE 0x000d0047
241265
#define HID_DG_WIDTH 0x000d0048

0 commit comments

Comments
 (0)