From: Pavel Rojtberg <rojtberg@gmail.com>
To: linux-input@vger.kernel.org, dmitry.torokhov@gmail.com,
gregkh@linuxfoundation.org
Cc: Jack Greiner <jack@emoss.org>, Pavel Rojtberg <rojtberg@gmail.com>
Subject: [PATCH 03/13] Input: xpad - add support for wooting two he (arm)
Date: Sun, 5 Jan 2025 20:37:40 +0100 [thread overview]
Message-ID: <20250105193750.91460-4-rojtberg@gmail.com> (raw)
In-Reply-To: <20250105193750.91460-1-rojtberg@gmail.com>
From: Jack Greiner <jack@emoss.org>
Signed-off-by: Jack Greiner <jack@emoss.org>
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 f03e44c51efc..9b9ddf4aaac9 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -381,6 +381,7 @@ static const struct xpad_device {
{ 0x31e3, 0x1200, "Wooting Two", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1210, "Wooting Lekker", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1220, "Wooting Two HE", 0, XTYPE_XBOX360 },
+ { 0x31e3, 0x1230, "Wooting Two HE (ARM)", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1300, "Wooting 60HE (AVR)", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
--
2.43.0
next prev parent reply other threads:[~2025-01-05 19:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-05 19:37 [PATCH 00/13] Input: xpad - sync with github fork Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 01/13] Input: xpad - improve name of 8BitDo controller 2dc8:3106 Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 02/13] Input: xpad - add support for 8BitDo Ultimate bluetooth/hall effect variant Pavel Rojtberg
2025-01-05 19:37 ` Pavel Rojtberg [this message]
2025-01-05 19:37 ` [PATCH 04/13] Input: xpad - add support for SCUF Instinct Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 05/13] Input: xpad - add Black Shark Green Ghost controller support Pavel Rojtberg
2025-01-06 7:08 ` Greg KH
2025-01-05 19:37 ` [PATCH 06/13] Input: xpad - add Hori Racing Wheel Overdrive for Xbox Series X Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 07/13] Input: xpad - add support for Nacon Pro Compact Model NC7271 Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 08/13] Input: xpad - add support for Xbox ONE liquid metal controller Pavel Rojtberg
2025-01-06 7:08 ` Greg KH
2025-01-05 19:37 ` [PATCH 09/13] Input: xpad - add USB ID for Nacon Revolution5 Pro Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 10/13] Input: xpad - added Turtle Beach Recon support Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 11/13] Input: xpad - add support for Nacon Evol-X Xbox One Controller Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 12/13] Input: xpad - add support for PDP Mirror's Edge controller Pavel Rojtberg
2025-01-05 19:37 ` [PATCH 13/13] Input: xpad - add support for Thrustmaster ESWAP X2 ELDEN RING Pavel Rojtberg
2025-01-06 7:09 ` [PATCH 00/13] Input: xpad - sync with github fork Greg KH
2025-01-06 7:17 ` Dmitry Torokhov
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=20250105193750.91460-4-rojtberg@gmail.com \
--to=rojtberg@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jack@emoss.org \
--cc=linux-input@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).