This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit cf14784cdb6a8e2e90ead11c214beec332ab878e Author: Ingo Ruhnke <[email protected]> Date: Tue Nov 3 13:57:34 2015 +0100 Added Rock Candy Gamepad Wired Controller --- src/xpad_device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpad_device.cpp b/src/xpad_device.cpp index 02d01d8..33713dc 100644 --- a/src/xpad_device.cpp +++ b/src/xpad_device.cpp @@ -113,6 +113,7 @@ XPadDevice xpad_devices[] = { { GAMEPAD_XBOX360, 0x24c6, 0x5500, "Hori XBOX 360 EX 2 with Turbo" }, { GAMEPAD_XBOX360, 0x24c6, 0x5506, "Hori SOULCALIBUR V Stick" }, { GAMEPAD_XBOX360, 0x24c6, 0x5b02, "Thrustmaster, Inc. GPX Controller" }, + { GAMEPAD_XBOX360, 0x0e6f, 0x011f, "Rock Candy Gamepad Wired Controller" }, { GAMEPAD_XBOX360, 0x0e6f, 0x021f, "Rock Candy Gamepad for Xbox 360" }, { GAMEPAD_XBOX_MAT, 0x0738, 0x4540, "Mad Catz Beat Pad" }, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

