summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-12-25 21:26:42 +0100
committerJulien Cristau <jcristau@debian.org>2009-12-25 21:26:42 +0100
commitf50e5c7ea78b654ff44d7c284aa20a92f644c2cd (patch)
tree0b84070f96a016ce864ba89c7228c0e107f575d3
parentde38f826130928a71df2b100699f8e38376b2d42 (diff)
Delete obsolete x11-input.rules examplelibudev+inputclass
-rw-r--r--config/x11-input.rules8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/x11-input.rules b/config/x11-input.rules
deleted file mode 100644
index 81158be06..000000000
--- a/config/x11-input.rules
+++ /dev/null
@@ -1,8 +0,0 @@
-SUBSYSTEM!="input", GOTO="x11_input_end"
-ACTION!="change|add", GOTO="x11_input_end"
-KERNEL!="event*", GOTO="x11_input_end"
-
-# set xkb layout if we have keys
-ENV{ID_INPUT_KEY}=="?*", ENV{xkblayout}="us"
-
-LABEL="x11_input_end"