From 95ab9dc73c8882fe043701f579e990b082242201 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 27 Jan 2017 06:05:50 -0800 Subject: [PATCH] Added Thrustmaster Wheel FFB entry to the list of wheels --- 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 7a6819c68fdfc..448d6adcfa860 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -978,6 +978,7 @@ static SDL_bool SDL_IsJoystickGUIDWheel(SDL_JoystickGUID guid) MAKE_VIDPID(0x046d, 0xc261), /* Logitech G920 (initial mode) */ MAKE_VIDPID(0x046d, 0xc262), /* Logitech G920 (active mode) */ MAKE_VIDPID(0x044f, 0xb65d), /* Thrustmaster Wheel FFB */ + MAKE_VIDPID(0x044f, 0xb66d), /* Thrustmaster Wheel FFB */ MAKE_VIDPID(0x044f, 0xb677), /* Thrustmaster T150 */ MAKE_VIDPID(0x044f, 0xb664), /* Thrustmaster TX (initial mode) */ MAKE_VIDPID(0x044f, 0xb669), /* Thrustmaster TX (active mode) */