Merge "dumpstate: correct the touch dumpstate path"
This commit is contained in:
commit
29bad315dc
1 changed files with 1 additions and 1 deletions
|
@ -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"};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue