Merge "dumpstate: correct the touch dumpstate path"

This commit is contained in:
TreeHugger Robot 2022-11-03 03:16:18 +00:00 committed by Android (Google) Code Review
commit 29bad315dc

View file

@ -540,7 +540,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"};