commit 056afd8139d48bfc50204343aa75bac71f9ade3f
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Thu Dec 1 18:34:40 2016 +0100
Update to 1.0.0.54
steam-controller-gamepad-emulation.patch | 15 +++++++--------
steam.spec | 6 +++++-
2 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/steam-controller-gamepad-emulation.patch
b/steam-controller-gamepad-emulation.patch
index 5ea3cf5..f3dd10d 100644
--- a/steam-controller-gamepad-emulation.patch
+++ b/steam-controller-gamepad-emulation.patch
@@ -1,12 +1,11 @@
diff -Naur steam.old/lib/udev/rules.d/99-steam-controller-perms.rules
steam/lib/udev/rules.d/99-steam-controller-perms.rules
---- steam.old/lib/udev/rules.d/99-steam-controller-perms.rules 2016-08-13
14:13:05.108219818 +0200
-+++ steam/lib/udev/rules.d/99-steam-controller-perms.rules 2016-08-13 14:24:42.230701531
+0200
-@@ -2,5 +2,6 @@
- SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
- # Steam Controller udev write access
- KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess"
--# HTC Vive HID Sensor naming and permissioning
--
+--- steam.old/lib/udev/rules.d/99-steam-controller-perms.rules 2016-11-28
14:49:17.909244287 +0100
++++ steam/lib/udev/rules.d/99-steam-controller-perms.rules 2016-11-28 14:50:15.374202514
+0100
+@@ -23,3 +23,7 @@
+
+ # DualShock 4 Slim over bluetooth hidraw
+ KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0666"
++
+# This rule is necessary for gamepad emulation; make sure each user requiring
+# it is part of the input group.
+KERNEL=="uinput", MODE="0660", GROUP="input",
OPTIONS+="static_node=uinput"
diff --git a/steam.spec b/steam.spec
index 2a42589..45d612b 100644
--- a/steam.spec
+++ b/steam.spec
@@ -5,7 +5,7 @@
%{!?firewalld_reload:%global firewalld_reload test -f /usr/bin/firewall-cmd &&
firewall-cmd --reload --quiet || :}
Name: steam
-Version: 1.0.0.53
+Version: 1.0.0.54
Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
@@ -168,6 +168,10 @@ fi
%{_udevrulesdir}/*
%changelog
+* Thu Dec 01 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.54-1
+- Update to 1.0.0.54.
+- Update udev patch.
+
* Wed Oct 26 2016 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.53-1
- Update to 1.0.0.53.
- Update udev rules.