Accepting request 418298 from Base:System
- reverted the systemctl split-off on request of Franck Bui. - reverted the systemctl split-off on request of Franck Bui. (forwarded request 418290 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/418298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=237
This commit is contained in:
parent
8766470c50
commit
94b0aba8d9
@ -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
|
||||
index db206ae..803912c 100644
|
||||
--- a/Makefile.am
|
||||
@ -26,9 +15,9 @@ new file mode 100644
|
||||
index 0000000..f676972
|
||||
--- /dev/null
|
||||
+++ b/rules/72-valve-steam-controler.rules
|
||||
@@ -0,0 +1,2 @@
|
||||
+# for basic functionality of the controller in Steam and keyboard/mouse emulation
|
||||
@@ -0,0 +1,3 @@
|
||||
+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
|
||||
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 11:30:50 UTC 2016 - meissner@suse.com
|
||||
|
||||
- reverted the systemctl split-off on request of Franck Bui.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 11:49:39 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Add sysusers to the new split "systemctl" subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 11:07:25 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- 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
|
||||
|
||||
- Backport unified_cgroup_hierarchy fix for Linux >= 4.4. boo#989276
|
||||
+ systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 18 16:17:36 UTC 2016 - arvidjaar@gmail.com
|
||||
|
||||
|
@ -261,6 +261,8 @@ Patch527: 0001-core-fix-bus-name-synchronization-after-daemon-reloa.patch
|
||||
Patch528: 0001-core-re-sync-bus-name-list-after-deserializing-durin.patch
|
||||
# PATCH-FIX-UPSTREAM -- fixed after 228
|
||||
Patch529: 0001-systemctl-pid1-do-not-warn-about-missing-install-inf.patch
|
||||
# PATCH-FIX-UPSTREAM -- fixed after 320
|
||||
Patch530: systemd-230-cgroup2-use-new-fstype-for-unified-hierarchy.patch
|
||||
|
||||
# UDEV PATCHES
|
||||
# ============
|
||||
@ -607,6 +609,7 @@ cp %{SOURCE7} m4/
|
||||
%patch527 -p1
|
||||
%patch528 -p1
|
||||
%patch529 -p1
|
||||
%patch530 -p1
|
||||
|
||||
# udev patches
|
||||
%patch1002 -p1
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 11:30:50 UTC 2016 - meissner@suse.com
|
||||
|
||||
- reverted the systemctl split-off on request of Franck Bui.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 11:49:39 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Add sysusers to the new split "systemctl" subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 11:07:25 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user