summaryrefslogtreecommitdiff
path: root/src/login/70-power-switch.rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-30 15:07:19 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-30 15:07:19 +0200
commite9d21f240704f87c6bb5f7fca1c5e6d0f31c84cd (patch)
tree8194b2d8ee25a75faad6b906baa19fa8ff205523 /src/login/70-power-switch.rules
parenteb2672893108e14d50bd79b7fc714b75c5427c0b (diff)
logind: add missing files
Diffstat (limited to 'src/login/70-power-switch.rules')
-rw-r--r--src/login/70-power-switch.rules13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/login/70-power-switch.rules b/src/login/70-power-switch.rules
new file mode 100644
index 000000000..909592320
--- /dev/null
+++ b/src/login/70-power-switch.rules
@@ -0,0 +1,13 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+
+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"
+
+LABEL="power_switch_end"