From 753871b32ab210fb9719e5e8000c95a878b30b71 Mon Sep 17 00:00:00 2001 From: Jamieson Gillies Date: Wed, 21 Feb 2018 20:43:06 -0800 Subject: [PATCH] Add AmazonBasics XboxOne controller device id --- src/xpad_device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpad_device.cpp b/src/xpad_device.cpp index f9312a42..8f378d51 100644 --- a/src/xpad_device.cpp +++ b/src/xpad_device.cpp @@ -145,6 +145,7 @@ XPadDevice xpad_devices[] = { { GAMEPAD_XBOXONE, 0x045e, 0x02d1, "XboxOne Controller (Wired)" }, { GAMEPAD_XBOXONE, 0x045e, 0x02dd, "XboxOne Controller (Wired, Firmware 2015)" }, { GAMEPAD_XBOXONE, 0x045e, 0x02e6, "XboxOne Controller (Lunar White)" }, + { GAMEPAD_XBOXONE, 0x24c6, 0x543a, "AmazonBasics XboxOne Controller" }, { GAMEPAD_XBOXONE, 0x0e6f, 0x0139, "Afterglow Wired Controller for Xbox One" }, { GAMEPAD_PLAYSTATION3_USB, 0x054c, 0x0268, "PLAYSTATION(R)3 Controller" }