[mupen64plus-input-sdl] 193/196: Add auto-config for Snakebyte PS3-style USB controller

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:46 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 377325902895b2d912489ab607ebc513fa928f8b
Author: Sven Eckelmann <sven at narfation.org>
Date:   Fri Jun 12 16:22:21 2015 +0200

    Add auto-config for Snakebyte PS3-style USB controller
---
 debian/changelog                                   |  2 +
 ...nfig-for-Snakebyte-PS3-style-USB-controll.patch | 47 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 50 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ccd1924..030bcfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ mupen64plus-input-sdl (2.5-2) UNRELEASED; urgency=medium
   * debian/patches:
     - Add add-config-for-Sony-playstation-4-controller-and-rem.patch,
       Fix axis auto configuration in for Playstation 4 controllers
+    - Add add-auto-config-for-Snakebyte-PS3-style-USB-controll.patch,
+      Add auto-config for Snakebyte PS3-style USB controller
     - Move patches to alternative DEP-3 format and manage them with gbp pq
   * debian/control:
     - Change Vcs-Browser to new alioth CGit URL
diff --git a/debian/patches/add-auto-config-for-Snakebyte-PS3-style-USB-controll.patch b/debian/patches/add-auto-config-for-Snakebyte-PS3-style-USB-controll.patch
new file mode 100644
index 0000000..068ce6e
--- /dev/null
+++ b/debian/patches/add-auto-config-for-Snakebyte-PS3-style-USB-controll.patch
@@ -0,0 +1,47 @@
+From: Richard Goedeken <Richard at fascinationsoftware.com>
+Date: Sat, 6 Jun 2015 08:42:32 -0700
+Subject: add auto-config for Snakebyte PS3-style USB controller from user on
+ google group mailing list
+
+Origin: upstream, https://github.com/mupen64plus/mupen64plus-input-sdl/commit/763107feb0a11a1b99cef129b5de2de8c565e93e
+---
+ data/InputAutoCfg.ini | 26 ++++++++++++++++++++++++++
+ 1 file changed, 26 insertions(+)
+
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index 155c27a..96df61b 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -769,6 +769,32 @@ Rumblepak switch =
+ X Axis = axis(0-,0+)
+ Y Axis = axis(1-,1+)
+ 
++;Snakebyte PS3-style USB controller
++[MY-POWER CO.,LTD. 2In1 USB Joystick]
++plugged = True
++plugin = 2
++mouse = False
++AnalogDeadzone = 4096,4096
++AnalogPeak = 32768,32768
++DPad R = hat(0 Right)
++DPad L = hat(0 Left)
++DPad D = hat(0 Down)
++DPad U = hat(0 Up)
++Start = button(9)
++Z Trig = button(7)
++B Button = button(2)
++A Button = button(1)
++C Button R = axis(2+)
++C Button L = axis(2-)
++C Button D = axis(3+)
++C Button U = axis(3-)
++R Trig = button(5)
++L Trig = button(4)
++Mempak switch = 
++Rumblepak switch = 
++X Axis = axis(0-,0+)
++Y Axis = axis(1-,1+)
++
+ [N64 controller]
+ plugged = True
+ plugin = 2
diff --git a/debian/patches/series b/debian/patches/series
index 20fe112..dfa96e0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 Add-workaround-for-missing-rumble-with-xboxdrv.patch
 add-config-for-Sony-playstation-4-controller-and-rem.patch
 Fix-axis-auto-configuration-in-for-Playstation-4-con.patch
+add-auto-config-for-Snakebyte-PS3-style-USB-controll.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