From 594edb6bd2995a610c64fadd3f82d7ae4c33dd98 Mon Sep 17 00:00:00 2001 From: T3hD0gg <150945521+t3hd0gg@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:53:32 -0400 Subject: [PATCH] Add Thrustmaster TMX VID & PID to wheel device list. --- 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 b4894c0953..53afe15610 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -366,6 +366,7 @@ static Uint32 initial_wheel_devices[] = { MAKE_VIDPID(0x044f, 0xb65e), // Thrustmaster T500RS MAKE_VIDPID(0x044f, 0xb664), // Thrustmaster TX (initial mode) MAKE_VIDPID(0x044f, 0xb669), // Thrustmaster TX (active mode) + MAKE_VIDPID(0x044f, 0xb67f), // Thrustmaster TMX MAKE_VIDPID(0x044f, 0xb691), // Thrustmaster TS-XW (initial mode) MAKE_VIDPID(0x044f, 0xb692), // Thrustmaster TS-XW (active mode) MAKE_VIDPID(0x0483, 0x0522), // Simagic Wheelbase (including M10, Alpha Mini, Alpha, Alpha U)