This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit 9d0aafd436b238eebd6ea5c82f8041090822b208 Author: Ingo Ruhnke <[email protected]> Date: Sun Jun 1 23:56:08 2014 +0200 Added Razer Sabertooth --- src/xpad_device.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/xpad_device.cpp b/src/xpad_device.cpp index 64a8a7f..e8588e7 100644 --- a/src/xpad_device.cpp +++ b/src/xpad_device.cpp @@ -1,4 +1,4 @@ -/* +/* ** Xbox360 USB Gamepad Userspace Driver ** Copyright (C) 2008 Ingo Ruhnke <[email protected]> ** @@ -96,9 +96,10 @@ XPadDevice xpad_devices[] = { { GAMEPAD_XBOX360, 0x15e4, 0x3f10, "Batarang Xbox 360 controller" }, { GAMEPAD_XBOX360_WIRELESS, 0x045e, 0x0291, "Microsoft Xbox 360 Wireless Controller" }, // RF Module from the Xbox360 { GAMEPAD_XBOX360_WIRELESS, 0x045e, 0x0719, "Microsoft Xbox 360 Wireless Controller (PC)" }, // official Wireless Receiver - { GAMEPAD_XBOX360, 0x1689, 0xfd00, "Razer Onza" }, - { GAMEPAD_XBOX360, 0x1689, 0xfd01, "Razer Onza Tournament Edition" }, - { GAMEPAD_XBOX360, 0x12ab, 0x0004, "DDR Universe 2 Mat" }, + { GAMEPAD_XBOX360, 0x1689, 0xfd00, "Razer Onza" }, + { GAMEPAD_XBOX360, 0x1689, 0xfd01, "Razer Onza Tournament Edition" }, + { GAMEPAD_XBOX360, 0x1532, 0x0037, "Razer Sabertooth" }, + { GAMEPAD_XBOX360, 0x12ab, 0x0004, "DDR Universe 2 Mat" }, { GAMEPAD_XBOX360, 0x15e4, 0x3f0a, "Xbox Airflo wired controller" }, { GAMEPAD_XBOX360, 0x24c6, 0x5300, "Power A Mini Pro Elite Glow" }, { GAMEPAD_XBOX360, 0x24c6, 0x5500, "Hori XBOX 360 EX 2 with Turbo" }, @@ -110,7 +111,7 @@ XPadDevice xpad_devices[] = { { 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)" }, // 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

