forked from pool/systemd
Accepting request 231429 from home:oertel:branches:Base:System
- Do not use runtime PM for some IBM consoles (bnc#868931) 1013-no-runtime-PM-for-IBM-consoles.patch - Do not use runtime PM for some IBM consoles (bnc#868931) 1013-no-runtime-PM-for-IBM-consoles.patch OBS-URL: https://build.opensuse.org/request/show/231429 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=609
This commit is contained in:
parent
8de7dbd558
commit
5516721fd4
11
1013-no-runtime-PM-for-IBM-consoles.patch
Normal file
11
1013-no-runtime-PM-for-IBM-consoles.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- systemd-210/rules/42-usb-hid-pm.rules.old 2014-04-23 10:54:31.694485615 +0200
|
||||
+++ systemd-210/rules/42-usb-hid-pm.rules 2014-04-23 10:55:21.969423056 +0200
|
||||
@@ -22,8 +22,6 @@ ACTION=="add", SUBSYSTEM=="usb", ATTR{id
|
||||
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="413c", ATTR{idProduct}=="0000", TEST=="power/control", ATTR{power/control}="auto"
|
||||
|
||||
# IBM remote access
|
||||
-ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="04b3", ATTR{idProduct}=="4001", TEST=="power/control", ATTR{power/control}="auto"
|
||||
-ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="04b3", ATTR{idProduct}=="4002", TEST=="power/control", ATTR{power/control}="auto"
|
||||
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="04b3", ATTR{idProduct}=="4012", TEST=="power/control", ATTR{power/control}="auto"
|
||||
|
||||
# Raritan Computer, Inc KVM.
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 11:46:41 UTC 2014 - oneukum@suse.com
|
||||
|
||||
- Do not use runtime PM for some IBM consoles (bnc#868931)
|
||||
1013-no-runtime-PM-for-IBM-consoles.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 13:56:31 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -418,6 +418,7 @@ Patch1010: 1010-udev-increase-result-size-for-programs.patch
|
||||
Patch1011: 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch
|
||||
# PATCH-FIX-SUSE skip persistent device link creation on mp device (bnc#872929)
|
||||
Patch1012: 1012-Skip-persistent-device-link-creation-on-multipath-de.patch
|
||||
Patch1013: 1013-no-runtime-PM-for-IBM-consoles.patch
|
||||
|
||||
%description
|
||||
Systemd is a system and service manager, compatible with SysV and LSB
|
||||
@ -779,6 +780,7 @@ cp %{SOURCE7} m4/
|
||||
%patch1010 -p1
|
||||
%patch1011 -p1
|
||||
%patch1012 -p1
|
||||
%patch1013 -p1
|
||||
|
||||
# ensure generate files are removed
|
||||
rm -f units/emergency.service
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 11:46:41 UTC 2014 - oneukum@suse.com
|
||||
|
||||
- Do not use runtime PM for some IBM consoles (bnc#868931)
|
||||
1013-no-runtime-PM-for-IBM-consoles.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 13:56:31 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -413,6 +413,7 @@ Patch1010: 1010-udev-increase-result-size-for-programs.patch
|
||||
Patch1011: 1011-64-btrfs.rules-skip-btrfs-check-if-devices-are-not-r.patch
|
||||
# PATCH-FIX-SUSE skip persistent device link creation on mp device (bnc#872929)
|
||||
Patch1012: 1012-Skip-persistent-device-link-creation-on-multipath-de.patch
|
||||
Patch1013: 1013-no-runtime-PM-for-IBM-consoles.patch
|
||||
|
||||
%description
|
||||
Systemd is a system and service manager, compatible with SysV and LSB
|
||||
@ -774,6 +775,7 @@ cp %{SOURCE7} m4/
|
||||
%patch1010 -p1
|
||||
%patch1011 -p1
|
||||
%patch1012 -p1
|
||||
%patch1013 -p1
|
||||
|
||||
# ensure generate files are removed
|
||||
rm -f units/emergency.service
|
||||
|
Loading…
Reference in New Issue
Block a user