[PATCH] Input: xpad: Add support for 8BitDo Ultimate 2 Wireless Controller

Lode Willems posted 1 patch 9 months, 3 weeks ago
drivers/input/joystick/xpad.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] Input: xpad: Add support for 8BitDo Ultimate 2 Wireless Controller
Posted by Lode Willems 9 months, 3 weeks ago
This patch adds support for the 8BitDo Ultimate 2 Wireless Controller.
Tested using the wireless dongle and plugged in.

Signed-off-by: Lode Willems <me@lodewillems.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 c33e6f33265b..c933e47173bd 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -387,6 +387,7 @@ static const struct xpad_device {
 	{ 0x2dc8, 0x3106, "8BitDo Ultimate Wireless / Pro 2 Wired Controller", 0, XTYPE_XBOX360 },
 	{ 0x2dc8, 0x3109, "8BitDo Ultimate Wireless Bluetooth", 0, XTYPE_XBOX360 },
 	{ 0x2dc8, 0x310a, "8BitDo Ultimate 2C Wireless Controller", 0, XTYPE_XBOX360 },
+	{ 0x2dc8, 0x310b, "8BitDo Ultimate 2 Wireless Controller", 0, XTYPE_XBOX360 },
 	{ 0x2dc8, 0x6001, "8BitDo SN30 Pro", 0, XTYPE_XBOX360 },
 	{ 0x2e24, 0x0652, "Hyperkin Duke X-Box One pad", 0, XTYPE_XBOXONE },
 	{ 0x2e24, 0x1688, "Hyperkin X91 X-Box One pad", 0, XTYPE_XBOXONE },
-- 
2.49.0
Re: [PATCH] Input: xpad: Add support for 8BitDo Ultimate 2 Wireless Controller
Posted by Dmitry Torokhov 9 months, 2 weeks ago
On Tue, Apr 22, 2025 at 01:24:27PM +0200, Lode Willems wrote:
> This patch adds support for the 8BitDo Ultimate 2 Wireless Controller.
> Tested using the wireless dongle and plugged in.
> 
> Signed-off-by: Lode Willems <me@lodewillems.com>

Applied, thank you.

-- 
Dmitry