commit bd181cb6e96daf7ec0de75cb05995ff57452e99f
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Jan 16 06:51:10 2019 +0100
Fix Nvidia Shield Portable streaming with SteamLink
99-shield-controller.rules | 3 +++
steam.spec | 7 +++++--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/99-shield-controller.rules b/99-shield-controller.rules
index cd1f26c..e21092f 100644
--- a/99-shield-controller.rules
+++ b/99-shield-controller.rules
@@ -1 +1,4 @@
+# NVIDIA Shield Portable (2013)
+SUBSYSTEM=="input", ENV{ID_MODEL}=="NVIDIA_Controller_v01.01",
MODE="0666", ENV{ID_INPUT_JOYSTICK}="1",
ENV{ID_INPUT_MOUSE}=""
+# NVIDIA Shield Controller (2015)
SUBSYSTEM=="input", ENV{ID_MODEL}=="NVIDIA_Controller_v01.03",
MODE="0666", ENV{ID_INPUT_JOYSTICK}="1",
ENV{ID_INPUT_MOUSE}=""
diff --git a/steam.spec b/steam.spec
index 28bc939..7666be2 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.59
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -23,7 +23,7 @@ Source4: %{name}.appdata.xml
# Input devices seen as joysticks:
Source8:
https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/mast...
-# First generation Nvidia Shield controller seen as mouse:
+# Nvidia Shield controllers seen as mouse devices:
Source9:
https://raw.githubusercontent.com/cyndis/shield-controller-config/master/...
Source10: README.Fedora
# Configure limits in systemd
@@ -214,6 +214,9 @@ fi
%endif
%changelog
+* Wed Jan 16 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.59-4
+- Fix Nvidia Shield Portable streaming with SteamLink.
+
* Wed Jan 02 2019 Kamil Páral <kamil.paral(a)gmail.com> - 1.0.0.59-3
- NOFILE limit doesn't need to be raised since F30 (systemd 240)
- fix macro condition check for vulkan libs