mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 03:40:35 +00:00
wahoo: toggle special touch mode when VR mode is active
Bug: 37515573 Change-Id: I5b741323f97f7d4713636a1688f50c9459d2764f
This commit is contained in:
@@ -153,6 +153,8 @@ static void DumpTouch(int fd) {
|
||||
if (!access("/sys/class/input/ftm4_touch", R_OK)) {
|
||||
DumpFileToFd(fd, "STM touch firmware config",
|
||||
"/sys/class/input/ftm4_touch/version");
|
||||
DumpFileToFd(fd, "STM touch VR Mode",
|
||||
"/sys/class/input/ftm4_touch/vrmode");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user