Skip to content
Snippets Groups Projects
Commit 57de6579 authored by Demon000's avatar Demon000
Browse files

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

parent a587e4eb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ Return<void> 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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment