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:
parent
c4a7543d1f
commit
0c70bcb8b0
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ void Dumpstate::dumpThermalSection(int fd) {
|
|||
|
||||
// Dump items related to touch
|
||||
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",
|
||||
"/sys/class/spi_master/spi6/spi6.0",
|
||||
"/proc/fts_ext/driver_test"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue