From 728143ac8bc5811c85c6574fd625f82d191af7b2 Mon Sep 17 00:00:00 2001 From: Jeong-Hyun Kang Date: Mon, 24 Jun 2013 17:14:37 +0900 Subject: [PATCH] Modify MultiTouch num to 10 that was defined in input.conf files Change-Id: I13f1ed26eb405c26b4b4fef1b1f530b02e63f5c3 --- conf-arm-emulfb/input.conf | 10 +++++----- conf-i386-emulfb/input.conf | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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" -- 2.7.4