mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
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:
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user