mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
redfin: dumpstate: collect touch calibration info am: 85b2ca3003 am: 856fc81d80
Change-Id: I528160b0f8e552d4ac88aa7eda672ab91f0357a8
This commit is contained in:
@@ -277,7 +277,14 @@ static void DumpTouch(int fd) {
|
||||
snprintf(cmd, sizeof(cmd), "%s/status", touch_spi_path);
|
||||
DumpFileToFd(fd, "LSI touch status", cmd);
|
||||
|
||||
//Mutual strength
|
||||
//Calibration info
|
||||
snprintf(cmd, sizeof(cmd),
|
||||
"echo %s > %s/cmd && cat %s/cmd_result",
|
||||
"get_mis_cal_info",
|
||||
touch_spi_path, touch_spi_path);
|
||||
RunCommandToFd(fd, "Calibration info", {"/vendor/bin/sh", "-c", cmd});
|
||||
|
||||
//Mutual strength
|
||||
snprintf(cmd, sizeof(cmd),
|
||||
"echo %s > %s/cmd && cat %s/cmd_result",
|
||||
"run_delta_read_all",
|
||||
|
||||
Reference in New Issue
Block a user