Input: atmel_mxt_ts - remove matrix size check
authorIiro Valkonen <iiro.valkonen@atmel.com>
Thu, 24 Feb 2011 05:07:20 +0000 (21:07 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 25 Feb 2011 17:27:00 +0000 (09:27 -0800)
commit0d3c07378bb7d423302d7cb0dcd3fa5a26c40220
treebcf3554d15738f5e40706df1c294aa113fa0921b
parent5f62615ef5e50b0ad6c125fe1e38f2ac675012e2
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 <iiro.valkonen@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/atmel_mxt_ts.c