From 0cdfdb9970205a889388e2a95ddec5ef691b15b6 Mon Sep 17 00:00:00 2001 From: KaJe Date: Fri, 9 Aug 2024 01:46:12 -0700 Subject: [PATCH] Add Cammus C12 VID & PID to wheel device list. Add Cammus C12 in the SDL wheel list to enable wheel detection for them. (cherry picked from commit e1571d704deffa8b0be640da5068bab51a0ac420) (cherry picked from commit 5ecbc00f367b4ac420fadf569e2d33325a7c2413) --- src/joystick/SDL_joystick.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 4e461e6d20..dff447bd21 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -395,6 +395,7 @@ static Uint32 initial_wheel_devices[] = { MAKE_VIDPID(0x2433, 0xf303), /* Asetek SimSports La Prima Wheelbase */ MAKE_VIDPID(0x2433, 0xf306), /* Asetek SimSports Tony Kannan Wheelbase */ MAKE_VIDPID(0x3416, 0x0301), /* Cammus C5 Wheelbase */ + MAKE_VIDPID(0x3416, 0x0302), /* Cammus C12 Wheelbase */ MAKE_VIDPID(0x346e, 0x0000), /* Moza R16/R21 Wheelbase */ MAKE_VIDPID(0x346e, 0x0002), /* Moza R9 Wheelbase */ MAKE_VIDPID(0x346e, 0x0004), /* Moza R5 Wheelbase */