mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 20:37:17 +09:00
Revert "sm6250-common: power: add DT2W support FTS and NVT touchscreens"
This reverts commit 57de65795389b42c0d608ded8c5a20959e309cad.
This commit is contained in:
parent
dfdc5e42b2
commit
4a00c3e9af
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user