VIGS: sync up to the latest
[platform/adaptation/emulator/xf86-misc-vigs.git] / conf-i386-vigs / input.conf
1 Section "InputClass"
2         Identifier "evdev pointer catchall"
3         MatchIsPointer "on"
4         MatchDevicePath "/dev/input/event*"
5         Driver "evdev"
6         Option "AccelerationProfile" "-1"
7 EndSection
8
9 Section "InputClass"
10         Identifier "evdev touchscreen catchall"
11         MatchIsTouchScreen "on"
12         MatchDevicePath "/dev/input/event*"
13         Driver "evdevmultitouch"
14         Option "MultiTouch"     "10"
15 EndSection
16
17 Section "InputClass"
18         Identifier "evdev pointer catchall"
19         MatchIsTablet   "on"
20         MatchDevicePath "/dev/input/event*"
21         Driver "evdev"
22 EndSection
23
24 Section "InputClass"
25         Identifier "evdev keyboard catchall"
26         MatchIsKeyboard "on"
27         MatchDevicePath "/dev/input/event*"
28         Driver "evdev"
29 EndSection