From: Pavel Rojtberg <rojtberg@gmail.com>
To: linux-input@vger.kernel.org, pgriffais@valvesoftware.com,
dmitry.torokhov@gmail.com, gregkh@linuxfoundation.org
Cc: Erik Lundgren <eriklundgren93@gmail.com>,
Pavel Rojtberg <rojtberg@gmail.com>
Subject: [PATCH 1/6] Input: xpad: add Covert Forces edition of the Xbox One controller
Date: Sat, 5 Sep 2015 22:58:02 +0200 [thread overview]
Message-ID: <1441486687-4836-2-git-send-email-rojtberg@gmail.com> (raw)
In-Reply-To: <1441486687-4836-1-git-send-email-rojtberg@gmail.com>
From: Erik Lundgren <eriklundgren93@gmail.com>
It is identical to the Xbox One controller but has a different product
ID
Signed-off-by: Pavel Rojtberg <rojtberg@gmail.com>
---
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
next prev parent reply other threads:[~2015-09-05 20:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 20:58 [PATCH 0/6] Input: xpad: updates and refactoring Pavel Rojtberg
2015-09-05 20:58 ` Pavel Rojtberg [this message]
2015-09-05 20:58 ` [PATCH 2/6] Input: xpad: clarify LED enumeration Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 3/6] Input: xpad: remove needless bulk out URB used for LED setup Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 4/6] Input: xpad: factor out URB submission in xpad_play_effect Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 5/6] Input: xpad: x360w: report dpad as buttons and axes Pavel Rojtberg
2015-09-05 20:58 ` [PATCH 6/6] Input: xpad: reset usb device on resume Pavel Rojtberg
2015-09-13 12:04 ` [PATCH 0/6] Input: xpad: updates and refactoring Pavel Rojtberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441486687-4836-2-git-send-email-rojtberg@gmail.com \
--to=rojtberg@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=eriklundgren93@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-input@vger.kernel.org \
--cc=pgriffais@valvesoftware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.