Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78e71361 authored by Venkata Prahlad Valluru's avatar Venkata Prahlad Valluru Committed by Gerrit - the friendly Code Review server
Browse files

input: touchscreen: update focaltech driver config



Select chip type as FT3267. Disable debug logs.
Enable regulator controls.

Change-Id: I12e08c9820589153c609d61551d5148f158b0c4c
Signed-off-by: default avatarVenkata Prahlad Valluru <vvalluru@codeaurora.org>
parent 5791d1cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
/*
 * choose your ic chip type of focaltech
 */
#define FTS_CHIP_TYPE   _FT8716
#define FTS_CHIP_TYPE   _FT3267

/******************* Enables *********************/
/*********** 1 to enable, 0 to disable ***********/
@@ -94,7 +94,7 @@
 * show debug log info
 * enable it for debug, disable it for release
 */
#define FTS_DEBUG_EN                            1
#define FTS_DEBUG_EN                            0

/*
 * Linux MultiTouch Protocol
@@ -168,7 +168,7 @@
 * enable it when customer need control TP power
 * default: disable
 */
#define FTS_POWER_SOURCE_CUST_EN                0
#define FTS_POWER_SOURCE_CUST_EN                1

/****************************************************/