From 7e19c634c16a61c2669b0fa7fcb5a95af9396ffb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 28 Jan 2021 14:53:59 -0800 Subject: [PATCH] Note that the Logitech G29 (PS4) is a racing wheel --- build-scripts/config.guess | 0 build-scripts/config.sub | 0 src/joystick/SDL_joystick.c | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 build-scripts/config.guess mode change 100755 => 100644 build-scripts/config.sub diff --git a/build-scripts/config.guess b/build-scripts/config.guess old mode 100755 new mode 100644 diff --git a/build-scripts/config.sub b/build-scripts/config.sub old mode 100755 new mode 100644 diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 67fb10e96..7dfb980d1 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -2047,7 +2047,8 @@ static SDL_bool SDL_IsJoystickProductWheel(Uint32 vidpid) MAKE_VIDPID(0x046d, 0xc299), /* Logitech G25 */ MAKE_VIDPID(0x046d, 0xc29a), /* Logitech Driving Force GT */ MAKE_VIDPID(0x046d, 0xc29b), /* Logitech G27 */ - MAKE_VIDPID(0x046d, 0xc24f), /* Logitech G29 */ + MAKE_VIDPID(0x046d, 0xc24f), /* Logitech G29 (PS3) */ + MAKE_VIDPID(0x046d, 0xc260), /* Logitech G29 (PS4) */ MAKE_VIDPID(0x046d, 0xc261), /* Logitech G920 (initial mode) */ MAKE_VIDPID(0x046d, 0xc262), /* Logitech G920 (active mode) */ MAKE_VIDPID(0x044f, 0xb65d), /* Thrustmaster Wheel FFB */