b4d4f94fb67eaf56eedbc48bf58756083e6d185c
[profile/ivi/xorg-x11-server-misc.git] / i386-emulfb / xorg.conf.d / 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
9 Section "InputClass"
10         Identifier "evdev keyboard catchall"
11         MatchIsKeyboard "on"
12         MatchDevicePath "/dev/input/event*"
13         Driver "evdev"
14 EndSection