dumpstate: correct the touch dumpstate path

Bug: 243077990
Bug: 256913819
Test: trigger bugreport.

Signed-off-by: davidycchen <davidycchen@google.com>
Change-Id: I0019587c0fcf5f6446405ea5e9e2a447790ee647
This commit is contained in:
davidycchen 2022-11-02 09:42:23 +08:00
parent c4a7543d1f
commit 0c70bcb8b0

View file

@ -531,7 +531,7 @@ void Dumpstate::dumpThermalSection(int fd) {
// Dump items related to touch // Dump items related to touch
void Dumpstate::dumpTouchSection(int fd) { void Dumpstate::dumpTouchSection(int fd) {
const char stm_cmd_path[4][50] = {"/sys/class/spi_master/spi11/spi11.0", const char stm_cmd_path[4][50] = {"/sys/class/spi_master/spi20/spi20.0",
"/proc/fts/driver_test", "/proc/fts/driver_test",
"/sys/class/spi_master/spi6/spi6.0", "/sys/class/spi_master/spi6/spi6.0",
"/proc/fts_ext/driver_test"}; "/proc/fts_ext/driver_test"};