commit 9dcc9180297a90b6bd4aa8a5714ac3cc62a682e0
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Fri Dec 4 08:55:48 2020 +0100
Update to 1.0.0.68
.gitignore | 1 +
60-steam-input.rules | 9 +++++++++
sources | 2 +-
steam.spec | 8 ++++++--
4 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97b03b1..042230b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/steam_1.0.0.62.tar.gz
/steam_1.0.0.64.tar.gz
/steam_1.0.0.66.tar.gz
+/steam_1.0.0.68.tar.gz
diff --git a/60-steam-input.rules b/60-steam-input.rules
index c157d44..58600fe 100644
--- a/60-steam-input.rules
+++ b/60-steam-input.rules
@@ -25,12 +25,21 @@ KERNEL=="hidraw*", KERNELS=="*054C:05C4*",
MODE="0660", TAG+="uaccess"
# DualShock 4 Slim over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0660",
TAG+="uaccess"
+# PS5 DualSense controller over USB hidraw
+KERNEL=="hidraw*", ATTRS{idVendor}=="054c",
ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
+
+# PS5 DualSense controller over bluetooth hidraw
+KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660",
TAG+="uaccess"
+
# Nintendo Switch Pro Controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="057e",
ATTRS{idProduct}=="2009", MODE="0660", TAG+="uaccess"
# Nintendo Switch Pro Controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660",
TAG+="uaccess"
+# Faceoff Wired Pro Controller for Nintendo Switch
+KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f",
ATTRS{idProduct}=="0180", MODE="0660", TAG+="uaccess"
+
# PowerA Wired Controller for Nintendo Switch
KERNEL=="hidraw*", ATTRS{idVendor}=="20d6",
ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess"
diff --git a/sources b/sources
index fa553d5..66a923d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.66.tar.gz) =
1871dba51229cbc220e19df3f8af06ea6c0d71e1bbdea39ef66c4f5d0ce29486974cb1cdb7f5e78f6a0e2f69d256f4c2034848d3efd68b088635eb11a2ae96ba
+SHA512 (steam_1.0.0.68.tar.gz) =
73c541e77e9e294b0ea1b991b73980b5a74f83516f95b15f93fce49459b49124d167d59261ed7522adf7b42d2a8e58d4ace12f8fe06f4cdd49347a742fd3afc0
diff --git a/steam.spec b/steam.spec
index 44ed0c0..1a863fc 100644
--- a/steam.spec
+++ b/steam.spec
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.66
-Release: 3%{?dist}
+Version: 1.0.0.68
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are
MIT.
License: Steam License Agreement and MIT
@@ -197,6 +197,10 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Fri Dec 04 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.68-1
+- Update to 1.0.0.68.
+- Update Steam udev input rules.
+
* Thu Nov 12 2020 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.66-3
- Raise file descriptor limit again for Proton (#5834).
- Fix libxcrypt compatibility with CentOS/RHEL 7+ (5825).