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