[mupen64plus-input-sdl] 196/196: Add auto-config for Logitech F710 gamepad

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

    Add auto-config for Logitech F710 gamepad
---
 debian/changelog                                   |  2 +
 ...to-config-for-Logitech-F710-gamepad-by-me.patch | 45 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 48 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6801fa0..0ed5875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ mupen64plus-input-sdl (2.5-2) UNRELEASED; urgency=medium
       Add auto-config for Super Joy Box 13 Gamecube USB adapter
     - Add add-auto-config-for-Xiaomi-Bluetooth-Controller-from.patch,
       Add auto-config for Xiaomi Bluetooth Controller
+    - Add add-auto-config-for-Logitech-F710-gamepad-by-me.patch,
+      Add auto-config for Logitech F710 gamepad
     - 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-Logitech-F710-gamepad-by-me.patch b/debian/patches/add-auto-config-for-Logitech-F710-gamepad-by-me.patch
new file mode 100644
index 0000000..5280bac
--- /dev/null
+++ b/debian/patches/add-auto-config-for-Logitech-F710-gamepad-by-me.patch
@@ -0,0 +1,45 @@
+From: Richard Goedeken <Richard at fascinationsoftware.com>
+Date: Sat, 6 Jun 2015 21:59:46 -0700
+Subject: add auto-config for Logitech F710 gamepad by me
+
+Origin: upstream, https://github.com/mupen64plus/mupen64plus-input-sdl/commit/b7cd6074830ee6be65a50c5371b89d6b03f8d168
+---
+ data/InputAutoCfg.ini | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
+diff --git a/data/InputAutoCfg.ini b/data/InputAutoCfg.ini
+index 5097020..f128e3b 100644
+--- a/data/InputAutoCfg.ini
++++ b/data/InputAutoCfg.ini
+@@ -529,6 +529,31 @@ Rumblepak switch = button(7)
+ X Axis = axis(0-,0+)
+ Y Axis = axis(1-,1+)
+ 
++[Logitech Gamepad F710]
++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(7)
++Z Trig = axis(2+)
++B Button = button(0)
++A Button = button(1)
++C Button R = axis(3+)
++C Button L = axis(3-)
++C Button D = axis(4+)
++C Button U = axis(4-)
++R Trig = button(5)
++L Trig = button(4)
++Mempak switch = button(6)
++Rumblepak switch = axis(5+)
++X Axis = axis(0-,0+)
++Y Axis = axis(1-,1+)
++
+ [Logitech Logitech(R) Precision(TM) Gamepad]
+ [Gravis GamePad Pro USB]
+ plugged = True
diff --git a/debian/patches/series b/debian/patches/series
index de1fa95..6e0f989 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ Fix-axis-auto-configuration-in-for-Playstation-4-con.patch
 add-auto-config-for-Snakebyte-PS3-style-USB-controll.patch
 add-auto-config-for-Super-Joy-Box-13-Gamecube-USB-ad.patch
 add-auto-config-for-Xiaomi-Bluetooth-Controller-from.patch
+add-auto-config-for-Logitech-F710-gamepad-by-me.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