This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 7575140b556ebd8bd2714831b4e01e07db3accba Author: Ingo Ruhnke <[email protected]> Date: Mon Apr 15 14:27:55 2013 +0200 Removed 'TX6500+ Dance Pad', looks like a HID device, not Xbox1 controller fixes #44 --- src/xpad_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpad_device.cpp b/src/xpad_device.cpp index 6e1f076..fe52621 100644 --- a/src/xpad_device.cpp +++ b/src/xpad_device.cpp @@ -106,7 +106,7 @@ XPadDevice xpad_devices[] = { { GAMEPAD_XBOX_MAT, 0x0738, 0x6040, "Mad Catz Beat Pad Pro" }, { GAMEPAD_XBOX_MAT, 0x0c12, 0x8809, "RedOctane Xbox Dance Pad" }, { GAMEPAD_XBOX_MAT, 0x12ab, 0x8809, "Xbox DDR dancepad" }, - { GAMEPAD_XBOX_MAT, 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)" }, + // { GAMEPAD_XBOX_MAT, 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)" }, // just a HID device, not Xbox1 { GAMEPAD_FIRESTORM, 0x044f, 0xb304, "ThrustMaster, Inc. Firestorm Dual Power" }, { GAMEPAD_FIRESTORM_VSB, 0x044f, 0xb312, "ThrustMaster, Inc. Firestorm Dual Power (vs b)" }, -- 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

