Modify MultiTouch num to 10 that was defined in input.conf files
authorJeong-Hyun Kang <jhyuni.kang@samsung.com>
Mon, 24 Jun 2013 08:14:37 +0000 (17:14 +0900)
committerJeong-Hyun Kang <jhyuni.kang@samsung.com>
Mon, 24 Jun 2013 08:14:37 +0000 (17:14 +0900)
Change-Id: I13f1ed26eb405c26b4b4fef1b1f530b02e63f5c3

conf-arm-emulfb/input.conf
conf-i386-emulfb/input.conf

index 460addb..dfbbbc6 100644 (file)
@@ -9,18 +9,18 @@ Section "InputClass"
         MatchIsTouchScreen "on"
         MatchDevicePath "/dev/input/event*"
         Driver "evdevmultitouch"
-        Option "MultiTouch"     "3"
+        Option "MultiTouch"     "10"
 EndSection
 
 Section "InputClass"
-        Identifier "evdev pointer catchall"  
+        Identifier "evdev pointer catchall"
         MatchIsPointer "on"
         MatchDevicePath "/dev/input/event*"
         Driver "evdev"
-EndSection  
+EndSection
 
-Section "InputClass"                           
-        Identifier "evdev keyboard catchall"              
+Section "InputClass"
+        Identifier "evdev keyboard catchall"
         MatchIsKeyboard "on"
         MatchDevicePath "/dev/input/event*"
         Driver "evdev"
index 0975681..0d2770f 100644 (file)
@@ -17,7 +17,7 @@ Section "InputClass"
         MatchIsTouchScreen "on"
         MatchDevicePath "/dev/input/event*"
         Driver "evdevmultitouch"
-       Option "MultiTouch"     "6"
+       Option "MultiTouch"     "10"
 EndSection
 
 Section "InputClass"