Revert "sm6250-common: power: add DT2W support FTS and NVT touchscreens"

This reverts commit 57de65795389b42c0d608ded8c5a20959e309cad.
This commit is contained in:
Subhajeet Muhuri 2020-08-25 23:25:02 +05:30 committed by Volodymyr Zhdanov
parent dfdc5e42b2
commit 4a00c3e9af

View File

@ -40,8 +40,7 @@ Return<void> Power::powerHint(PowerHint_1_0, int32_t) {
} }
bool isSupportedInputName(char* name) { bool isSupportedInputName(char* name) {
return strcmp(name, "fts_ts") == 0 return false;
|| strcmp(name, "NVTCapacitiveTouchScreen") == 0;
} }
int openInputFd() { int openInputFd() {