5d53d0546a747f9702ecaf46b112c8bdb8cead9f
[profile/ivi/xorg-x11-server-misc.git] / i386-common / evdev.conf
1 Section "InputClass"
2         Identifier "evdev pointer catchall"
3         MatchIsPointer "on"
4         MatchDevicePath "/dev/input/event*"
5         Driver "evdev"
6 EndSection
7
8 Section "InputClass"
9         Identifier "evdev touchscreen catchall"
10         MatchIsTouchScreen "on"
11         MatchDevicePath "/dev/input/event*"
12         Driver "evdevmultitouch"
13         Option "MultiTouch"     "2"
14 EndSection
15
16 Section "InputClass"
17         Identifier "evdev keyboard catchall"
18         MatchIsKeyboard "on"
19         MatchDevicePath "/dev/input/event*"
20         Driver "evdev"
21 EndSection
22