Re: [PATCH] xpad: Add RedOctane Games vendor id
From: Dmitry Torokhov
Date: Sat Apr 04 2026 - 01:07:26 EST
On Thu, Mar 12, 2026 at 10:31:04AM +1300, Sanjay Govind wrote:
> Add vendor ID for RedOctane Games to xpad
>
> Signed-off-by: Sanjay Govind <sanjay.govind9@xxxxxxxxx>
> ---
> 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 bf4accf3f581..e97ff270d978 100644
> --- a/drivers/input/joystick/xpad.c
> +++ b/drivers/input/joystick/xpad.c
> @@ -585,6 +585,7 @@ static const struct usb_device_id xpad_table[] = {
> XPAD_XBOX360_VENDOR(0x3651), /* CRKD Controllers */
> XPAD_XBOXONE_VENDOR(0x366c), /* ByoWave controllers */
> XPAD_XBOX360_VENDOR(0x37d7), /* Flydigi Controllers */
> + XPAD_XBOX360_VENDOR(0x3958), /* RedOctane Games Controllers */
> XPAD_XBOX360_VENDOR(0x413d), /* Black Shark Green Ghost Controller */
> { }
> };
Don't we also need to add some entries to the xpad_device table?
Thanks.
--
Dmitry