Skip to content

Commit 95a54a9

Browse files
antheasdtor
authored andcommitted
Input: xpad - add support for TECNO Pocket Go
TECNO Pocket Go is a kickstarter handheld by manufacturer TECNO Mobile. It poses a unique feature: it does not have a display. Instead, the handheld is essentially a pc in a controller. As customary, it has an xpad endpoint, a keyboard endpoint, and a vendor endpoint for its vendor software. Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev> Link: https://lore.kernel.org/r/20250222170010.188761-3-lkml@antheas.dev Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 709329c commit 95a54a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ static const struct xpad_device {
382382
{ 0x2563, 0x058d, "OneXPlayer Gamepad", 0, XTYPE_XBOX360 },
383383
{ 0x294b, 0x3303, "Snakebyte GAMEPAD BASE X", 0, XTYPE_XBOXONE },
384384
{ 0x294b, 0x3404, "Snakebyte GAMEPAD RGB X", 0, XTYPE_XBOXONE },
385+
{ 0x2993, 0x2001, "TECNO Pocket Go", 0, XTYPE_XBOX360 },
385386
{ 0x2dc8, 0x2000, "8BitDo Pro 2 Wired Controller fox Xbox", 0, XTYPE_XBOXONE },
386387
{ 0x2dc8, 0x3106, "8BitDo Ultimate Wireless / Pro 2 Wired Controller", 0, XTYPE_XBOX360 },
387388
{ 0x2dc8, 0x3109, "8BitDo Ultimate Wireless Bluetooth", 0, XTYPE_XBOX360 },
@@ -548,6 +549,7 @@ static const struct usb_device_id xpad_table[] = {
548549
XPAD_XBOX360_VENDOR(0x2563), /* OneXPlayer Gamepad */
549550
XPAD_XBOX360_VENDOR(0x260d), /* Dareu H101 */
550551
XPAD_XBOXONE_VENDOR(0x294b), /* Snakebyte */
552+
XPAD_XBOX360_VENDOR(0x2993), /* TECNO Mobile */
551553
XPAD_XBOX360_VENDOR(0x2c22), /* Qanba Controllers */
552554
XPAD_XBOX360_VENDOR(0x2dc8), /* 8BitDo Controllers */
553555
XPAD_XBOXONE_VENDOR(0x2dc8), /* 8BitDo Controllers */

0 commit comments

Comments
 (0)