wahoo: toggle special touch mode when VR mode is active

Bug: 37515573
Change-Id: I5b741323f97f7d4713636a1688f50c9459d2764f
This commit is contained in:
Steve Pfetsch
2017-08-02 01:43:06 -07:00
parent 7b6ff9bc56
commit fee56b7311
4 changed files with 19 additions and 0 deletions

View File

@@ -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");
}
}