From: Dongxu Su <hj117@sz-huijia.com>
To: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: [PATCH] Input: xpad - add Voyetra Turtle Beach PC Rematch Gamepad
Date: Sat, 01 Aug 2026 19:30:49 +0800 [thread overview]
Message-ID: <xpad-pc-rematch-gamepad@sz-huijia.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2095 bytes --]
From 4be43c8ce8bfae20bc6126f8c6a4aa4f8444812a Mon Sep 17 00:00:00 2001
Add support for the Voyetra Turtle Beach PC Rematch Gamepad,
a triple-mode (wired, 2.4G wireless, Bluetooth) PC game controller.
The VID 0x10F5 is already in the XPAD_XBOXONE_VENDOR whitelist
(covering the GIP mode PIDs 0x6015 and 0x6016), but XInput support
was missing.
Add XPAD_XBOX360_VENDOR(0x10F5) to xpad_table to enable XInput mode
(both wired and wireless), and add xpad_device entries for all four
PIDs to give them human-readable names:
- 0x6013: XInput wired (XTYPE_XBOX360)
- 0x6014: XInput wireless 2.4G (XTYPE_XBOX360W)
- 0x6015: GIP wired (XTYPE_XBOXONE)
- 0x6016: GIP wireless 2.4G (XTYPE_XBOXONE)
Signed-off-by: Dongxu Su <hj117@sz-huijia.com>
---
xpad.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/xpad.c b/xpad.c
index f726b42..03cb802 100644
--- a/xpad.c
+++ b/xpad.c
@@ -319,6 +319,10 @@ static const struct xpad_device {
{ 0x102c, 0xff0c, "Joytech Wireless Advanced Controller", 0, XTYPE_XBOX },
{ 0x1038, 0x1430, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
{ 0x1038, 0x1431, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
+ { 0x10f5, 0x6013, "PC Rematch Gamepad", 0, XTYPE_XBOX360 },
+ { 0x10f5, 0x6014, "PC Rematch Gamepad (Wireless)", 0, XTYPE_XBOX360W },
+ { 0x10f5, 0x6015, "PC Rematch Gamepad", 0, XTYPE_XBOXONE },
+ { 0x10f5, 0x6016, "PC Rematch Gamepad (Wireless)", 0, XTYPE_XBOXONE },
{ 0x10f5, 0x7005, "Turtle Beach Recon Controller", 0, XTYPE_XBOXONE },
{ 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
{ 0x11ff, 0x0511, "PXN V900", 0, XTYPE_XBOX360 },
@@ -558,6 +562,7 @@ static const struct usb_device_id xpad_table[] = {
XPAD_XBOXONE_VENDOR(0x0f0d), /* Hori controllers */
XPAD_XBOX360_VENDOR(0x1038), /* SteelSeries controllers */
XPAD_XBOXONE_VENDOR(0x10f5), /* Turtle Beach Controllers */
+ XPAD_XBOX360_VENDOR(0x10f5), /* Turtle Beach Controllers */
XPAD_XBOX360_VENDOR(0x11c9), /* Nacon GC100XF */
XPAD_XBOX360_VENDOR(0x11ff), /* PXN V900 */
XPAD_XBOX360_VENDOR(0x1209), /* Ardwiino Controllers */
--
2.54.0.windows.1
next reply other threads:[~2026-08-01 11:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-01 11:30 Dongxu Su [this message]
2026-08-01 15:54 ` [PATCH] Input: xpad - add Voyetra Turtle Beach PC Rematch Gamepad Greg KH
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=xpad-pc-rematch-gamepad@sz-huijia.com \
--to=hj117@sz-huijia.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=stable@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