SDL: Detect Logitech PRO Racing Wheel for Xbox (PC mode) as wheel (bf8c9)

From bf8c9cd6bf9f6d690ce94b7ba75711d5ff877b8a Mon Sep 17 00:00:00 2001
From: Oleg <[EMAIL REDACTED]>
Date: Mon, 4 Sep 2023 20:46:09 +0300
Subject: [PATCH] Detect Logitech PRO Racing Wheel for Xbox (PC mode) as wheel
 Logitech PRO Racing Wheel have two different versions - for Playstation and
 Xbox. Vendor + Product ID for Playstation version already present in SDL
 sources, but not an Xbox version

(cherry picked from commit cde67ea49ad812088bd5c8cfd67ef090ac1c1d86)
(cherry picked from commit 242b25aba47871a571457bc6e71ff4c89bbafc3b)
---
 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 3818cab963ad..483bd2ca755b 100644
--- a/src/joystick/SDL_joystick.c
+++ b/src/joystick/SDL_joystick.c
@@ -2479,6 +2479,7 @@ static SDL_bool SDL_IsJoystickProductWheel(Uint32 vidpid)
         MAKE_VIDPID(0x046d, 0xc262), /* Logitech G920 (active mode) */
         MAKE_VIDPID(0x046d, 0xc268), /* Logitech PRO Racing Wheel (PC mode) */
         MAKE_VIDPID(0x046d, 0xc269), /* Logitech PRO Racing Wheel (PS4/PS5 mode) */
+        MAKE_VIDPID(0x046d, 0xc272), /* Logitech PRO Racing Wheel for Xbox (PC mode) */
         MAKE_VIDPID(0x046d, 0xc26d), /* Logitech G923 (Xbox) */
         MAKE_VIDPID(0x046d, 0xc26e), /* Logitech G923 */
         MAKE_VIDPID(0x046d, 0xca03), /* Logitech Momo Racing */