From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 01/15] Input: xpad: add Covert Forces edition of the Xbox One controller Date: Sat, 10 Oct 2015 09:42:55 -0700 Message-ID: <20151010164255.GB39573@dtor-ws> References: <1443733046-29610-1-git-send-email-rojtberg@gmail.com> <1443733046-29610-2-git-send-email-rojtberg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:33376 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751576AbbJJQm6 (ORCPT ); Sat, 10 Oct 2015 12:42:58 -0400 Received: by pacex6 with SMTP id ex6so115152872pac.0 for ; Sat, 10 Oct 2015 09:42:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1443733046-29610-2-git-send-email-rojtberg@gmail.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Pavel Rojtberg Cc: linux-input@vger.kernel.org, pgriffais@valvesoftware.com, gregkh@linuxfoundation.org, Erik Lundgren On Thu, Oct 01, 2015 at 10:57:12PM +0200, Pavel Rojtberg wrote: > From: Erik Lundgren > > It is identical to the Xbox One controller but has a different product > ID > > Signed-off-by: Pavel Rojtberg Applied, thank you. > --- > drivers/input/joystick/xpad.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c > index f8850f9..c3ba5be 100644 > --- a/drivers/input/joystick/xpad.c > +++ b/drivers/input/joystick/xpad.c > @@ -125,6 +125,7 @@ static const struct xpad_device { > { 0x045e, 0x0289, "Microsoft X-Box pad v2 (US)", 0, XTYPE_XBOX }, > { 0x045e, 0x028e, "Microsoft X-Box 360 pad", 0, XTYPE_XBOX360 }, > { 0x045e, 0x02d1, "Microsoft X-Box One pad", 0, XTYPE_XBOXONE }, > + { 0x045e, 0x02dd, "Microsoft X-Box One pad (Covert Forces)", 0, XTYPE_XBOXONE }, > { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, > { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, > { 0x044f, 0x0f07, "Thrustmaster, Inc. Controller", 0, XTYPE_XBOX }, > -- > 1.9.1 > -- Dmitry