Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: xpad - add support for BETOP BTP-KP50B/C controller's wireless mode

BETOP's BTP-KP50B and BTP-KP50C controller's wireless dongles are both
working as standard Xbox 360 controllers. Add USB device IDs for them to
xpad driver.

Signed-off-by: Shengyu Qu <wiagn233@outlook.com>
Link: https://patch.msgid.link/TY4PR01MB14432B4B298EA186E5F86C46B9855A@TY4PR01MB14432.jpnprd01.prod.outlook.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Shengyu Qu and committed by
Dmitry Torokhov
0d9363a7 e2b0ae52

+3
+3
drivers/input/joystick/xpad.c
··· 362 362 { 0x1bad, 0xfd00, "Razer Onza TE", 0, XTYPE_XBOX360 }, 363 363 { 0x1bad, 0xfd01, "Razer Onza", 0, XTYPE_XBOX360 }, 364 364 { 0x1ee9, 0x1590, "ZOTAC Gaming Zone", 0, XTYPE_XBOX360 }, 365 + { 0x20bc, 0x5134, "BETOP BTP-KP50B Xinput Dongle", 0, XTYPE_XBOX360 }, 366 + { 0x20bc, 0x514a, "BETOP BTP-KP50C Xinput Dongle", 0, XTYPE_XBOX360 }, 365 367 { 0x20d6, 0x2001, "BDA Xbox Series X Wired Controller", 0, XTYPE_XBOXONE }, 366 368 { 0x20d6, 0x2009, "PowerA Enhanced Wired Controller for Xbox Series X|S", 0, XTYPE_XBOXONE }, 367 369 { 0x20d6, 0x2064, "PowerA Wired Controller for Xbox", MAP_SHARE_BUTTON, XTYPE_XBOXONE }, ··· 566 564 XPAD_XBOX360_VENDOR(0x1a86), /* Nanjing Qinheng Microelectronics (WCH) */ 567 565 XPAD_XBOX360_VENDOR(0x1bad), /* Harmonix Rock Band guitar and drums */ 568 566 XPAD_XBOX360_VENDOR(0x1ee9), /* ZOTAC Technology Limited */ 567 + XPAD_XBOX360_VENDOR(0x20bc), /* BETOP wireless dongles */ 569 568 XPAD_XBOX360_VENDOR(0x20d6), /* PowerA controllers */ 570 569 XPAD_XBOXONE_VENDOR(0x20d6), /* PowerA controllers */ 571 570 XPAD_XBOX360_VENDOR(0x2345), /* Machenike Controllers */