From eb19631a1e0fec8123b01cf24706dbaec8f4bb5f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 2 Mar 2020 10:57:57 -0800 Subject: [PATCH] This controller firmware is supported on Windows, and is covered by the Bluetooth check on Mac OSX --- src/joystick/hidapi/SDL_hidapi_xbox360.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/joystick/hidapi/SDL_hidapi_xbox360.c b/src/joystick/hidapi/SDL_hidapi_xbox360.c index 38feabb991aaa..1be44a0f8f5bd 100644 --- a/src/joystick/hidapi/SDL_hidapi_xbox360.c +++ b/src/joystick/hidapi/SDL_hidapi_xbox360.c @@ -283,10 +283,6 @@ HIDAPI_DriverXbox360_IsSupportedDevice(const char *name, SDL_GameControllerType /* This is the Steam Virtual Gamepad, which isn't supported by this driver */ return SDL_FALSE; } - if (vendor_id == USB_VENDOR_MICROSOFT && product_id == 0x02e0) { - /* This is the old Bluetooth Xbox One S firmware, which isn't supported by this driver */ - return SDL_FALSE; - } #if defined(__MACOSX__) /* Wired Xbox One controllers are handled by this driver, interfacing with the 360Controller driver available from: