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

Commit f64ba2c8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: update focaltech driver config"

parents 288a97eb 78e71361
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

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