From patchwork Fri Oct 31 19:23:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Cole, JD" X-Patchwork-Id: 5206551 X-Patchwork-Delegate: jikos@jikos.cz Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BDD14C11AC for ; Fri, 31 Oct 2014 19:24:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CCCED2013D for ; Fri, 31 Oct 2014 19:24:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E51862012D for ; Fri, 31 Oct 2014 19:24:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757325AbaJaTYf (ORCPT ); Fri, 31 Oct 2014 15:24:35 -0400 Received: from mail3.plantronics.com ([198.231.10.49]:55914 "EHLO mail3.plantronics.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757301AbaJaTYe convert rfc822-to-8bit (ORCPT ); Fri, 31 Oct 2014 15:24:34 -0400 Received: from usscmb04.plt.plantronics.com (usscmb04.plt.plantronics.com [10.1.3.175]) by mail3.plantronics.com (8.13.8/8.13.8) with ESMTP id s9VJOTOP004551; Fri, 31 Oct 2014 12:24:29 -0700 Received: from USSCMB04.plt.plantronics.com (10.1.3.175) by USSCMB04.plt.plantronics.com (10.1.3.175) with Microsoft SMTP Server (TLS) id 15.0.775.38; Fri, 31 Oct 2014 12:23:14 -0700 Received: from USSCMB04.plt.plantronics.com ([::1]) by usscmb04.plt.plantronics.com ([::1]) with mapi id 15.00.0775.031; Fri, 31 Oct 2014 12:23:14 -0700 From: "Cole, JD" To: "linux-input@vger.kernel.org" CC: "jkosina@suse.cz" , "dmitry.torokhov@gmail.com" , "bleung@chromium.org" , "Junge, Terry" , "Wesselman, Tom" , "Dsouza, Sunil" Subject: [PATCH 2/2] Added missing HID Consumer Page identifiers, for completeness. Thread-Topic: [PATCH 2/2] Added missing HID Consumer Page identifiers, for completeness. Thread-Index: AQHP9UAdVeRXFCyjIEuPUsXbk/53NQ== Date: Fri, 31 Oct 2014 19:23:13 +0000 Message-ID: <899CD57B-10D4-4AB1-B006-50572BCD6871@plantronics.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-mailer: Apple Mail (2.1878.6) x-originating-ip: [10.63.1.18] Content-ID: <59AEF81130E0BD408BDF06BBB97F6369@plantronics.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.67 on 10.63.1.49 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Adds CA and NAry usage type identifiers. Signed-off-by: JD Cole --- include/linux/hid.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 1.7.9.5 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