[mupen64plus-input-sdl] 160/196: Add support for Microsoft SideWinder Game Pad Pro USB version 1.0

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-input-sdl.

commit be76bdb627e178a3916cfec8f244cf5af754b28a
Author: Sven Eckelmann <sven at narfation.org>
Date:   Fri Oct 18 13:37:32 2013 +0200

    Add support for Microsoft SideWinder Game Pad Pro USB version 1.0
---
 debian/changelog                                   |  2 ++
 .../autoconfig_sidewinder_gamepad_pro.patch        | 37 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 40 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dcc16de..66a11ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mupen64plus-input-sdl (2.0-3) UNRELEASED; urgency=low
 
   * debian/patches:
     - Add autoconfig_xbox360_refined.patch, Refine autoconfiguration for XBox360
+    - Add autoconfig_sidewinder_gamepad_pro.patch, Add support for Microsoft
+      SideWinder Game Pad Pro USB version 1.0
 
  -- Sven Eckelmann <sven at narfation.org>  Fri, 06 Sep 2013 15:41:35 +0200
 
diff --git a/debian/patches/autoconfig_sidewinder_gamepad_pro.patch b/debian/patches/autoconfig_sidewinder_gamepad_pro.patch
new file mode 100644
index 0000000..d126a4b
--- /dev/null
+++ b/debian/patches/autoconfig_sidewinder_gamepad_pro.patch
@@ -0,0 +1,37 @@
+Description: Add support for Microsoft SideWinder Game Pad Pro USB version 1.0
+Author: Gre Pronk <pronk45 at ziggo.nl>
+
+---
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index 044dee11ea4a339ffd50e54e0215caf515651aa6..d2aff64f0e5c387ee0bc5944fceb51324018699a 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -1067,4 +1067,27 @@ Rumblepak switch= button(20)
+ Y Axis= axis(4-,4+)
+ X Axis= axis(3-,3+)
+ 
+-
++[Microsoft SideWinder Game Pad Pro USB version 1.0]
++plugged = True
++plugin = 2
++mouse = False
++AnalogDeadzone = 4096,4096
++AnalogPeak = 32768,32768
++DPad R = key(275)
++DPad L = key(276)
++DPad D = key(274)
++DPad U = key(273)
++Start = button(8)
++Z Trig = button(6)
++B Button = button(0)
++A Button = button(3)
++C Button R = button(2)
++C Button L = button(4)
++C Button D = button(1)
++C Button U = button(5)
++R Trig = button(7)
++L Trig = button(6)
++Mempak switch =
++Rumblepak switch =
++X Axis = axis(0-,0+)
++Y Axis = axis(1-,1+)
diff --git a/debian/patches/series b/debian/patches/series
index 4af5fa1..28598d6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ autoconfig_wiimote_classic.patch
 autoconfig_szmy_gamepad3.patch
 autoconfig_twin_gamepad.patch
 autoconfig_xbox360_refined.patch
+autoconfig_sidewinder_gamepad_pro.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-input-sdl.git



More information about the Pkg-games-commits mailing list