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(+)
|
|
|
|
|
|
|
|
--- a/src/login/70-power-switch.rules
|
|
|
|
+++ b/src/login/70-power-switch.rules
|
2014-10-15 10:49:33 +02:00
|
|
|
@@ -11,5 +11,6 @@ SUBSYSTEM=="input", KERNEL=="event*", SU
|
2013-04-12 18:24:46 +02:00
|
|
|
SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="thinkpad_acpi", TAG+="power-switch"
|
2014-10-15 10:49:33 +02:00
|
|
|
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="twl4030_pwrbutton", TAG+="power-switch"
|
|
|
|
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="tps65217_pwr_but", TAG+="power-switch"
|
2013-04-12 18:24:46 +02:00
|
|
|
+SUBSYSTEM=="input", KERNEL=="event*", KERNELS=="gpio-keys.8", TAG+="power-switch"
|
|
|
|
|
|
|
|
LABEL="power_switch_end"
|