VIGS: sync up to the latest
[platform/adaptation/emulator/xf86-misc-vigs.git] / conf-i386-vigs / input.conf
index 1133724..7c1e72e 100644 (file)
@@ -7,18 +7,18 @@ Section "InputClass"
 EndSection
 
 Section "InputClass"
-       Identifier "evdev pointer catchall"
-       MatchIsTablet   "on"
+       Identifier "evdev touchscreen catchall"
+       MatchIsTouchScreen "on"
        MatchDevicePath "/dev/input/event*"
-       Driver "evdev"
+       Driver "evdevmultitouch"
+       Option "MultiTouch"     "10"
 EndSection
 
 Section "InputClass"
-        Identifier "evdev touchscreen catchall"
-        MatchIsTouchScreen "on"
-        MatchDevicePath "/dev/input/event*"
-        Driver "evdevmultitouch"
-       Option "MultiTouch"     "10"
+       Identifier "evdev pointer catchall"
+       MatchIsTablet   "on"
+       MatchDevicePath "/dev/input/event*"
+       Driver "evdev"
 EndSection
 
 Section "InputClass"