From: Iiro Valkonen Date: Thu, 24 Feb 2011 05:07:20 +0000 (-0800) Subject: Input: atmel_mxt_ts - remove matrix size check X-Git-Tag: v2.6.39-rc1~410^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3c07378bb7d423302d7cb0dcd3fa5a26c40220;p=pandora-kernel.git Input: atmel_mxt_ts - remove matrix size check The mxt_check_matrix_size() is currently setting the CTE mode to match xline/yline information that is in the platform data, but it does not take into account for example the fact that we could have a key array in use too (key array would use some x/y lines as well). It would be better to simply rely on the configuration data, and make sure that the CTE mode set in there matches the touch object (touchscreen, key array, proximity) configuration (which are set in the config data too). Signed-off-by: Iiro Valkonen Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed