diff --git a/1099-Add-default-rules-for-valve-steam-controller-to-work.patch b/1099-Add-default-rules-for-valve-steam-controller-to-work.patch index 6078c4cc..20cf7a81 100644 --- a/1099-Add-default-rules-for-valve-steam-controller-to-work.patch +++ b/1099-Add-default-rules-for-valve-steam-controller-to-work.patch @@ -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?= -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 - diff --git a/systemd-mini.changes b/systemd-mini.changes index 0b789caf..4fc7896d 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 242538fe..bf7dcf2c 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 # ============ @@ -286,7 +288,7 @@ Patch1011: 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch Patch1012: 1012-Skip-persistent-device-link-creation-on-multipath-de.patch # PATCH-FIX-SUSE 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch Patch1035: 1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch -# PATCH-FIX-SUSE See bnc#882714 comment #51 +# PATCH-FIX-SUSE See bnc#882714 comment #51 Patch1037: 1037-udev-exclude-cd-dvd-from-block-device.patch # PATCH-FIX-SUSE 1062-rules-set-default-permissions-for-GenWQE-devices.patch (bnc#890977) Patch1062: 1062-rules-set-default-permissions-for-GenWQE-devices.patch @@ -471,8 +473,8 @@ Provides: syslog Provides: sysvinit(syslog) Requires(pre): /usr/bin/getent Requires(pre): /usr/sbin/groupadd -Requires(post): /usr/bin/getent -Requires(post): /usr/bin/setfacl +Requires(post): /usr/bin/getent +Requires(post): /usr/bin/setfacl Requires(post): /usr/bin/systemctl Requires(post): permissions Conflicts: otherproviders(syslog) @@ -607,6 +609,7 @@ cp %{SOURCE7} m4/ %patch527 -p1 %patch528 -p1 %patch529 -p1 +%patch530 -p1 # udev patches %patch1002 -p1 @@ -816,7 +819,7 @@ cat << EOF > %{buildroot}%{_prefix}/lib/systemd/system/getty@tty1.service.d/nocl TTYVTDisallocate=no EOF -#ensure we get the running kernel sysctl settings. +#ensure we get the running kernel sysctl settings. cat << EOF > %{buildroot}%{_prefix}/lib/tmpfiles.d/current-kernel-sysctl.conf d! /run/sysctl.d @@ -886,7 +889,7 @@ do ln -sf ../systemd-update-utmp-runlevel.service %{buildroot}%{_prefix}/lib/systemd/system/${runlevel}.target.wants/ done -# add entries for xkeyboard-config converted keymaps; mappings, +# add entries for xkeyboard-config converted keymaps; mappings, # which already exist in original systemd mapping table are being # ignored though, i.e. not overwritten if [ -f /usr/share/systemd/kbd-model-map.xkb-generated ]; then diff --git a/systemd.changes b/systemd.changes index 74f22fb3..4fc7896d 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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