sm6150-common: power: Add fts support
Change-Id: I1d767578a9092176dbdb18026189ed4aad621a3e
This commit is contained in:
parent
65dda5f875
commit
1e2660e5f3
@ -37,7 +37,7 @@ int open_ts_input() {
|
||||
|
||||
fd = open(absolute_path, O_RDWR);
|
||||
if (ioctl(fd, EVIOCGNAME(sizeof(name) - 1), &name) > 0) {
|
||||
if (strcmp(name, "goodix_ts") == 0)
|
||||
if (strcmp(name, "fts") == 0 || strcmp(name, "goodix_ts") == 0)
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user