mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-07-01 16:30:00 +09:00
sm6250-common: power: add DT2W support FTS and NVT touchscreens
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user