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

Input: xpad - add signature for Razer Onza Tournament Edition

Signed-off-by: Ilia Katsnelson <k0009000@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Ilia Katsnelson and committed by
Dmitry Torokhov
cc71a7e8 3ffb62cb

+3 -1
+3 -1
drivers/input/joystick/xpad.c
··· 164 164 { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, 165 165 { 0x0f0d, 0x0016, "Hori Real Arcade Pro.EX", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, 166 166 { 0x0f0d, 0x000d, "Hori Fighting Stick EX2", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, 167 + { 0x1689, 0xfd00, "Razer Onza Tournament Edition", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, 167 168 { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, 168 169 { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN } 169 170 }; ··· 245 244 XPAD_XBOX360_VENDOR(0x1430), /* RedOctane X-Box 360 controllers */ 246 245 XPAD_XBOX360_VENDOR(0x146b), /* BigBen Interactive Controllers */ 247 246 XPAD_XBOX360_VENDOR(0x1bad), /* Harminix Rock Band Guitar and Drums */ 248 - XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ 247 + XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ 248 + XPAD_XBOX360_VENDOR(0x1689), /* Razer Onza */ 249 249 { } 250 250 }; 251 251