This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit cdbf4f97873fe2de021b46ae045dac078f96caad Author: Ingo Ruhnke <[email protected]> Date: Thu Oct 22 20:26:06 2015 +0200 Igonore Play'n Charge kit Fixes #21 --- 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 e5198c1..5b00fd9 100644 --- a/src/xpad_device.cpp +++ b/src/xpad_device.cpp @@ -56,7 +56,7 @@ XPadDevice xpad_devices[] = { { 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_PLAY_N_CHARGE, 0x045e, 0x028f, "Microsoft Xbox 360 Play&Charge Kit" }, + //{ GAMEPAD_XBOX360_PLAY_N_CHARGE, 0x045e, 0x028f, "Microsoft Xbox 360 Play&Charge Kit" }, { GAMEPAD_XBOX360, 0x0738, 0x4716, "Mad Catz Xbox 360 Controller" }, { GAMEPAD_XBOX360, 0x0738, 0x4726, "Mad Catz Xbox 360 Controller" }, { GAMEPAD_XBOX360, 0x0738, 0x4728, "Mad Catz Street Fighter IV FightPad" }, -- 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

