2013-04-12 18:24:46 +02:00
|
|
|
From: Robert Schweikert <rjschwei@suse.com>
|
|
|
|
Date: Fri, 12 Apr 2013 12:08:16 -0400
|
2013-04-19 22:31:17 +02:00
|
|
|
Subject: rules: add lid switch of ARM based Chromebook as a power switch to
|
|
|
|
logind
|
2013-04-12 18:24:46 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
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"
|