SDL: Update SDL_joystick.c

From 5b7445925595fafdc0c83c0e4c3e7f1f3bd385f8 Mon Sep 17 00:00:00 2001
From: Vitaliy Zhmurikov <[EMAIL REDACTED]>
Date: Fri, 28 Jan 2022 06:11:28 +1000
Subject: [PATCH] Update SDL_joystick.c

Add Logitech Momo Racing Wheel VID & PID  to SDL_IsJoystickProductWheel function
---
 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 696038d2e8e..a4eb1053ff2 100644
--- a/src/joystick/SDL_joystick.c
+++ b/src/joystick/SDL_joystick.c
@@ -2149,6 +2149,7 @@ static SDL_bool SDL_IsJoystickProductWheel(Uint32 vidpid)
         MAKE_VIDPID(0x046d, 0xc261),    /* Logitech G920 (initial mode) */
         MAKE_VIDPID(0x046d, 0xc262),    /* Logitech G920 (active mode) */
         MAKE_VIDPID(0x046d, 0xc26e),    /* Logitech G923 */
+        MAKE_VIDPID(0x046d, 0xca03),    /* Logitech Momo Racing */
         MAKE_VIDPID(0x044f, 0xb65d),    /* Thrustmaster Wheel FFB */
         MAKE_VIDPID(0x044f, 0xb66d),    /* Thrustmaster Wheel FFB */
         MAKE_VIDPID(0x044f, 0xb677),    /* Thrustmaster T150 */