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 RedOctane Games vendor id

Add vendor ID for RedOctane Games to xpad driver.

Signed-off-by: Sanjay Govind <sanjay.govind9@gmail.com>
Link: https://patch.msgid.link/20260311213106.271577-2-sanjay.govind9@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Sanjay Govind and committed by
Dmitry Torokhov
84e7a17d 802b4c15

+1
+1
drivers/input/joystick/xpad.c
··· 551 551 XPAD_XBOX360_VENDOR(0x3651), /* CRKD Controllers */ 552 552 XPAD_XBOXONE_VENDOR(0x366c), /* ByoWave controllers */ 553 553 XPAD_XBOX360_VENDOR(0x37d7), /* Flydigi Controllers */ 554 + XPAD_XBOX360_VENDOR(0x3958), /* RedOctane Games Controllers */ 554 555 XPAD_XBOX360_VENDOR(0x413d), /* Black Shark Green Ghost Controller */ 555 556 { } 556 557 };