linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* controller is wrongly labelled as "Generic X-Box pad"
@ 2025-12-11 18:07 Adrien Kunysz
  0 siblings, 0 replies; only message in thread
From: Adrien Kunysz @ 2025-12-11 18:07 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input

Hello,

I have a game controller that is wrongly recognised as a "Generic X-Box pad".
It is clearly a PS4 controller but the xpad driver works fine.

The physical label on the controller says "Nacon Revolution Unlimited Pro Controller".
dmesg reports its name as "Generic X-Box pad".
lsusb says "BigBen Interactive Revolution Unlimited Pro Controller".

I am unclear what the "mapping", "xtype" and "packet_type" fields should be or
whether this controller should be handled by another driver but I do know the
"name" field is wrong. So I propose to fix it.

--- a/drivers/input/joystick/xpad.c 2025-10-29 14:04:43.000000000 +0100
+++ b/drivers/input/joystick/xpad.c 2025-12-11 17:20:28.733440851 +0100
@@ -286,6 +286,7 @@ static const struct xpad_device {
        { 0x1430, 0xf801, "RedOctane Controller", 0, XTYPE_XBOX360 },
        { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0, XTYPE_XBOX360 },
        { 0x146b, 0x0604, "Bigben Interactive DAIJA Arcade Stick", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
+       { 0x146b, 0x0605, "Bigben Interactive Revolution Unlimited Pro Controller", 0, XTYPE_UNKNOWN },
        { 0x1532, 0x0a00, "Razer Atrox Arcade Stick", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOXONE },
        { 0x1532, 0x0a03, "Razer Wildcat", 0, XTYPE_XBOXONE },
        { 0x1532, 0x0a29, "Razer Wolverine V2", 0, XTYPE_XBOXONE },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-11 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11 18:07 controller is wrongly labelled as "Generic X-Box pad" Adrien Kunysz

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).