SDL: Added Cammus C5 wheelbase VID/PID to wheel devices list (0800d)

From 0800d81fb4afc60f064474badc2ed9062a435a76 Mon Sep 17 00:00:00 2001
From: Oleg <[EMAIL REDACTED]>
Date: Thu, 16 May 2024 02:51:46 +0300
Subject: [PATCH] Added Cammus C5 wheelbase VID/PID to wheel devices list

(cherry picked from commit ce9177b64ffd325fbe30fdd410540b2fc506db0b)
(cherry picked from commit 0c7a83ecd5e5eae85416605969a659d94f432491)
---
 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 c4d43ec0532fc..c1a22df980486 100644
--- a/src/joystick/SDL_joystick.c
+++ b/src/joystick/SDL_joystick.c
@@ -389,6 +389,7 @@ static Uint32 initial_wheel_devices[] = {
     MAKE_VIDPID(0x2433, 0xf301), /* Asetek SimSports Forte Wheelbase */
     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 */
 };
 static SDL_vidpid_list wheel_devices = {
     SDL_HINT_JOYSTICK_WHEEL_DEVICES, 0, 0, NULL,