diff --git a/power/Power.cpp b/power/Power.cpp index 3f3c2c0..8812cb3 100644 --- a/power/Power.cpp +++ b/power/Power.cpp @@ -40,8 +40,7 @@ Return Power::powerHint(PowerHint_1_0, int32_t) { } bool isSupportedInputName(char* name) { - return strcmp(name, "fts_ts") == 0 - || strcmp(name, "NVTCapacitiveTouchScreen") == 0; + return false; } int openInputFd() {