This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 691af2f1e76efed981bc2fed7c2176ee6eb00f7b Author: Ingo Ruhnke <[email protected]> Date: Wed Nov 4 16:34:23 2015 +0100 Added Elcom JC-U3613M Fixes #157 --- src/xpad_device.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpad_device.cpp b/src/xpad_device.cpp index 5e66df8..c54a7a5 100644 --- a/src/xpad_device.cpp +++ b/src/xpad_device.cpp @@ -69,6 +69,7 @@ XPadDevice xpad_devices[] = { { GAMEPAD_XBOX360, 0x0f0d, 0x000a, "Hori Co. DOA4 FightStick" }, { GAMEPAD_XBOX360, 0x0f0d, 0x000d, "Hori Fighting Stick Ex2" }, { GAMEPAD_XBOX360, 0x0f0d, 0x0016, "Hori Real Arcade Pro Ex" }, + { GAMEPAD_XBOX360, 0x056e, 0x2004, "Elcom JC-U3613M" }, { GAMEPAD_XBOX360, 0x24c6, 0x5501, "Hori Real Arcade Pro VX-SA" }, { GAMEPAD_XBOX360, 0x24c6, 0x5303, "Xbox Airflo wired controller" }, { GAMEPAD_XBOX360, 0x24c6, 0x531a, "PowerA Pro Ex" }, -- 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

