commit e1eed4153bc6883f1aabb07f2c64f3ef7c5d7b3d
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Fri May 12 09:37:02 2023 +0200
Update to 1.0.0.78
60-steam-input.rules | 12 ++++++++++++
60-steam-vr.rules | 2 ++
steam.spec | 5 ++++-
3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/60-steam-input.rules b/60-steam-input.rules
index dff3a23..9e775c4 100644
--- a/60-steam-input.rules
+++ b/60-steam-input.rules
@@ -10,6 +10,12 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="28de",
MODE="0660", TAG+="uaccess"
# Valve HID devices over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0660",
TAG+="uaccess"
+# DualShock 3 over USB hidraw
+KERNEL=="hidraw*", ATTRS{idVendor}=="054c",
ATTRS{idProduct}=="0268", MODE="0660", TAG+="uaccess"
+
+# DualShock 3 over bluetooth hidraw
+KERNEL=="hidraw*", KERNELS=="*054C:0268*", MODE="0660",
TAG+="uaccess"
+
# DualShock 4 over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c",
ATTRS{idProduct}=="05c4", MODE="0660", TAG+="uaccess"
@@ -72,6 +78,12 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="1532",
ATTRS{idProduct}=="1008", MODE="0660
# Razer Raiju PS4 Controller Tournament Edition over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*1532:100A*", MODE="0660",
TAG+="uaccess"
+# Razer Raiju Ultimate over USB
+KERNEL=="hidraw*", ATTRS{idVendor}=="1532",
ATTRS{idProduct}=="1004", MODE="0660", TAG+="uaccess"
+
+# Razer Raiju Ultimate over PC Bluetooth
+KERNEL=="hidraw*", KERNELS=="*1532:1009*", MODE="0660",
TAG+="uaccess"
+
# Razer Panthera Arcade Stick
KERNEL=="hidraw*", ATTRS{idVendor}=="1532",
ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"
diff --git a/60-steam-vr.rules b/60-steam-vr.rules
index 8bb6f02..a04ff66 100644
--- a/60-steam-vr.rules
+++ b/60-steam-vr.rules
@@ -23,3 +23,5 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw",
ATTRS{idVendor}=="28de", ATTRS{idProduct
KERNEL=="hidraw*", SUBSYSTEM=="hidraw",
ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2150",
MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw",
ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2300",
MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw",
ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2301",
MODE="0660", TAG+="uaccess"
+
+SUBSYSTEM=="tty", ATTRS{idVendor}=="28de",
ATTRS{idProduct}=="2102", MODE="0660", TAG+="uaccess"
diff --git a/steam.spec b/steam.spec
index fc5c74f..82cae74 100644
--- a/steam.spec
+++ b/steam.spec
@@ -4,7 +4,7 @@
%global appstream_id com.valvesoftware.Steam
Name: steam
-Version: 1.0.0.76
+Version: 1.0.0.78
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.
@@ -191,6 +191,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/%{appstream_id
%{_udevrulesdir}/*
%changelog
+* Fri May 12 2023 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.78-1
+- Update to 1.0.0.78.
+
* Tue Mar 07 2023 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.76-1
- Update to 1.0.0.76.
- Separate SPEC file per distribution.