Accepting request 416238 from home:develop7:branches:Base:System
Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch to enable missing functionality of Steam Controller based on http://repo.steampowered.com/steam/pool/steam/s/steam/steam_1.0.0.52.tar.gz/steam/lib/udev/rules.d/99-steam-controller-perms.rules OBS-URL: https://build.opensuse.org/request/show/416238 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=944
This commit is contained in:
parent
6d1765bf53
commit
4825441b96
@ -1,14 +1,3 @@
|
|||||||
From e3effecf928405cdd477ae554e2276fb8a7288c4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchvatal@suse.com>
|
|
||||||
Date: Mon, 30 Nov 2015 14:35:15 +0100
|
|
||||||
Subject: [PATCH] Add default rules for valve steam controler to work
|
|
||||||
|
|
||||||
---
|
|
||||||
Makefile.am | 1 +
|
|
||||||
rules/72-valve-steam-controler.rules | 2 ++
|
|
||||||
2 files changed, 3 insertions(+)
|
|
||||||
create mode 100644 rules/72-valve-steam-controler.rules
|
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index db206ae..803912c 100644
|
index db206ae..803912c 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
@ -26,9 +15,9 @@ new file mode 100644
|
|||||||
index 0000000..f676972
|
index 0000000..f676972
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/rules/72-valve-steam-controler.rules
|
+++ b/rules/72-valve-steam-controler.rules
|
||||||
@@ -0,0 +1,2 @@
|
@@ -0,0 +1,3 @@
|
||||||
+# for basic functionality of the controller in Steam and keyboard/mouse emulation
|
|
||||||
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="1142", TAG+="uaccess"
|
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="1142", TAG+="uaccess"
|
||||||
|
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="1102", TAG+="uaccess"
|
||||||
|
+KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess"
|
||||||
--
|
--
|
||||||
2.6.3
|
2.6.3
|
||||||
|
|
||||||
|
@ -8,6 +8,12 @@ Tue Jul 26 11:07:25 UTC 2016 - jengelh@inai.de
|
|||||||
|
|
||||||
- Split systemctl and tmpfiles into a separate package
|
- Split systemctl and tmpfiles into a separate package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 19 17:45:12 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch
|
||||||
|
to enable missing functionality of Steam Controller
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 17 03:41:05 UTC 2016 - asarai@suse.com
|
Sun Jul 17 03:41:05 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
|
@ -8,6 +8,12 @@ Tue Jul 26 11:07:25 UTC 2016 - jengelh@inai.de
|
|||||||
|
|
||||||
- Split systemctl and tmpfiles into a separate package
|
- Split systemctl and tmpfiles into a separate package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 19 17:42:45 UTC 2016 - develop7@develop7.info
|
||||||
|
|
||||||
|
- Fix 1099-Add-default-rules-for-valve-steam-controller-to-work.patch
|
||||||
|
to enable missing functionality of Steam Controller
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 17 03:41:05 UTC 2016 - asarai@suse.com
|
Sun Jul 17 03:41:05 UTC 2016 - asarai@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user