From mboxrd@z Thu Jan 1 00:00:00 1970 From: JD Cole Subject: Re: [PATCH 2/2] Added missing HID Consumer Page identifiers, for completeness. Date: Fri, 31 Oct 2014 17:44:42 -0700 Message-ID: References: <899CD57B-10D4-4AB1-B006-50572BCD6871@plantronics.com> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:59829 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753431AbaKAAoq (ORCPT ); Fri, 31 Oct 2014 20:44:46 -0400 Received: by mail-pa0-f50.google.com with SMTP id eu11so8624417pac.23 for ; Fri, 31 Oct 2014 17:44:46 -0700 (PDT) In-Reply-To: <899CD57B-10D4-4AB1-B006-50572BCD6871@plantronics.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: "linux-input@vger.kernel.org" Cc: "jkosina@suse.cz" , "dmitry.torokhov@gmail.com" , "bleung@chromium.org" , "Junge, Terry" , "Wesselman, Tom" , "Dsouza, Sunil" On Oct 31, 2014, at 12:23 PM, Cole, JD wrote: > Adds CA and NAry usage type identifiers. > > Signed-off-by: JD Cole > --- > include/linux/hid.h | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/include/linux/hid.h b/include/linux/hid.h Tabs fixed. Adds CA and NAry usage type identifiers. Signed-off-by: JD Cole --- include/linux/hid.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/include/linux/hid.h b/include/linux/hid.h index a63f2aa..58a89ed 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -236,6 +236,30 @@ struct hid_item { #define HID_DG_TABLETPICK 0x000d0046 #define HID_CP_CONSUMERCONTROL 0x000c0001 +#define HID_CP_NUMERICKEYPAD 0x000c0002 +#define HID_CP_PROGRAMMABLEBUTTONS 0x000c0003 +#define HID_CP_MICROPHONE 0x000c0004 +#define HID_CP_HEADPHONE 0x000c0005 +#define HID_CP_GRAPHICEQUALIZER 0x000c0006 +#define HID_CP_FUNCTIONBUTTONS 0x000c0036 +#define HID_CP_SELECTION 0x000c0080 +#define HID_CP_MEDIASELECTION 0x000c0087 +#define HID_CP_SELECTDISC 0x000c00ba +#define HID_CP_PLAYBACKSPEED 0x000c00f1 +#define HID_CP_PROXIMITY 0x000c0109 +#define HID_CP_SPEAKERSYSTEM 0x000c0160 +#define HID_CP_CHANNELLEFT 0x000c0161 +#define HID_CP_CHANNELRIGHT 0x000c0162 +#define HID_CP_CHANNELCENTER 0x000c0163 +#define HID_CP_CHANNELFRONT 0x000c0164 +#define HID_CP_CHANNELCENTERFRONT 0x000c0165 +#define HID_CP_CHANNELSIDE 0x000c0166 +#define HID_CP_CHANNELSURROUND 0x000c0167 +#define HID_CP_CHANNELLOWFREQUENCYENHANCEMENT 0x000c0168 +#define HID_CP_CHANNELTOP 0x000c0169 +#define HID_CP_CHANNELUNKNOWN 0x000c016a +#define HID_CP_APPLICATIONLAUNCHBUTTONS 0x000c0180 +#define HID_CP_GENERICGUIAPPLICATIONCONTROLS 0x000c0200 #define HID_DG_CONFIDENCE 0x000d0047 #define HID_DG_WIDTH 0x000d0048 -- 1.7.9.5