a699b1ca34
- Do not provide %{release} for systemd-analyze - Add more conflicts to -mini packages - Disable Predictable Network interface names until it has been reviewed by network team, with /usr/lib/tmpfiles.d/network.conf. - Don't package /usr/lib/firmware/update (not used) (forwarded request 172848 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/172873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=135
21 lines
763 B
Diff
21 lines
763 B
Diff
From: Robert Schweikert <rjschwei@suse.com>
|
|
Date: Fri, 12 Apr 2013 12:08:16 -0400
|
|
Subject: rules: add lid switch of ARM based Chromebook as a power switch to
|
|
logind
|
|
|
|
---
|
|
src/login/70-power-switch.rules | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/login/70-power-switch.rules b/src/login/70-power-switch.rules
|
|
index 36fb827..d925ab7 100644
|
|
--- a/src/login/70-power-switch.rules
|
|
+++ b/src/login/70-power-switch.rules
|
|
@@ -9,5 +9,6 @@ ACTION=="remove", GOTO="power_switch_end"
|
|
|
|
SUBSYSTEM=="input", KERNEL=="event*", SUBSYSTEMS=="acpi", TAG+="power-switch"
|
|
SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="thinkpad_acpi", TAG+="power-switch"
|
|
+SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="gpio-keys.8", TAG+="power-switch"
|
|
|
|
LABEL="power_switch_end"
|