From 2672e1fcc13437c9cb723221bfcf9baf428e719c Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke <grumbel@gmx.de> Date: Wed, 10 Jun 2009 13:59:27 +0200 Subject: [PATCH] 'Generic xbox control (dealextreme)' added, thanks to Superkuh <superkuh@gmail.com> --- src/xboxdrv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xboxdrv.cpp b/src/xboxdrv.cpp index b042b20..bc5535e 100644 --- a/src/xboxdrv.cpp +++ b/src/xboxdrv.cpp @@ -83,6 +83,7 @@ XPadDevice xpad_devices[] = { { GAMEPAD_XBOX, 0x0f30, 0x8888, "BigBen XBMiniPad Controller" }, { GAMEPAD_XBOX, 0x102c, 0xff0c, "Joytech Wireless Advanced Controller" }, { GAMEPAD_XBOX, 0x044f, 0x0f07, "Thrustmaster, Inc. Controller" }, + { GAMEPAD_XBOX, 0x0e8f, 0x3008, "Generic xbox control (dealextreme)" }, { GAMEPAD_XBOX360, 0x045e, 0x028e, "Microsoft Xbox 360 Controller" }, { GAMEPAD_XBOX360, 0x0738, 0x4716, "Mad Catz Xbox 360 Controller" }, { GAMEPAD_XBOX360, 0x0738, 0x4726, "Mad Catz Xbox 360 Controller" },