Loading drivers/input/touchscreen/focaltech_touch/focaltech_config.h +3 −3 Original line number Diff line number Diff line Loading @@ -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 ***********/ Loading @@ -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 Loading Loading @@ -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 /****************************************************/ Loading Loading
drivers/input/touchscreen/focaltech_touch/focaltech_config.h +3 −3 Original line number Diff line number Diff line Loading @@ -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 ***********/ Loading @@ -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 Loading Loading @@ -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 /****************************************************/ Loading