summaryrefslogtreecommitdiffstats
path: root/abs/core/xorg-server/10-evdev.conf
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-10 00:19:50 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-10 00:19:50 (GMT)
commit703b43a17b8449d12300da6200467ed52bc9b5dd (patch)
tree7612ac04dc413af193c4d36ea201322017d352de /abs/core/xorg-server/10-evdev.conf
parent5ab2c2d585290fb77dfc8d3670361df2fdc11c62 (diff)
parentf497e1217c3045b04571e05b2265f0e995cc98d0 (diff)
downloadlinhes_pkgbuild-703b43a17b8449d12300da6200467ed52bc9b5dd.zip
linhes_pkgbuild-703b43a17b8449d12300da6200467ed52bc9b5dd.tar.gz
linhes_pkgbuild-703b43a17b8449d12300da6200467ed52bc9b5dd.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/xorg-server/10-evdev.conf')
-rw-r--r--abs/core/xorg-server/10-evdev.conf39
1 files changed, 0 insertions, 39 deletions
diff --git a/abs/core/xorg-server/10-evdev.conf b/abs/core/xorg-server/10-evdev.conf
deleted file mode 100644
index 877aa4a..0000000
--- a/abs/core/xorg-server/10-evdev.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-# Catchall classes for input devices
-# We don't simply match on any device since that also adds accelerometers
-# and other devices that we don't really want to use. The list below
-# matches everything but joysticks.
-
-Section "InputClass"
- Identifier "evdev pointer catchall"
- MatchIsPointer "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
-EndSection
-
-Section "InputClass"
- Identifier "evdev keyboard catchall"
- MatchIsKeyboard "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
-EndSection
-
-Section "InputClass"
- Identifier "evdev touchpad catchall"
- MatchIsTouchpad "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
-EndSection
-
-Section "InputClass"
- Identifier "evdev tablet catchall"
- MatchIsTablet "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
-EndSection
-
-Section "InputClass"
- Identifier "evdev touchscreen catchall"
- MatchIsTouchscreen "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
-EndSection