mako: touch: disable ghost finger correction

The ghost function sets FORCE_FAST_RELAXATION and
FORCE_UPDATE registers, which cause touch abnormal function
after resume.

Also code clean up for register map initialization.

Change-Id: Ib442d4d7a2e995048fba902fe852a3851fdbf418
This commit is contained in:
Jongrak Kwon
2012-06-26 16:33:25 -07:00
committed by Iliyan Malchev
parent d1c0aa6903
commit d8943732ca
3 changed files with 16 additions and 17 deletions

View File

@@ -27,6 +27,8 @@
#define MAX_NUM_OF_FINGERS 10
#define DESCRIPTION_TABLE_START 0xe9
#define ANALOG_TABLE_START 0xe9
#define BUTTON_TABLE_START 0xe3
struct ts_function_descriptor {
u8 query_base;