From: Jeong-Hyun Kang Date: Mon, 24 Jun 2013 08:14:37 +0000 (+0900) Subject: Modify MultiTouch num to 10 that was defined in input.conf files X-Git-Tag: 2.2.1_release~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=728143ac8bc5811c85c6574fd625f82d191af7b2;p=adaptation%2Fxorg%2Fdriver%2Fxserver-xorg-misc.git Modify MultiTouch num to 10 that was defined in input.conf files Change-Id: I13f1ed26eb405c26b4b4fef1b1f530b02e63f5c3 --- diff --git a/conf-arm-emulfb/input.conf b/conf-arm-emulfb/input.conf index 460addb..dfbbbc6 100644 --- a/conf-arm-emulfb/input.conf +++ b/conf-arm-emulfb/input.conf @@ -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" diff --git a/conf-i386-emulfb/input.conf b/conf-i386-emulfb/input.conf index 0975681..0d2770f 100644 --- a/conf-i386-emulfb/input.conf +++ b/conf-i386-emulfb/input.conf @@ -17,7 +17,7 @@ Section "InputClass" MatchIsTouchScreen "on" MatchDevicePath "/dev/input/event*" Driver "evdevmultitouch" - Option "MultiTouch" "6" + Option "MultiTouch" "10" EndSection Section "InputClass"