sensors: udfps_hal: Extend the list of supported paths

Change-Id: Iff7936763ff184e85eb7ff91407270122e7cd15c
This commit is contained in:
Bruno Martins 2022-09-17 15:18:14 +01:00
parent d71fbe08ac
commit 42538d39b2

View File

@ -17,6 +17,7 @@
#include <utils/SystemClock.h> #include <utils/SystemClock.h>
static const char *udfps_state_paths[] = { static const char *udfps_state_paths[] = {
"/sys/devices/virtual/touch/tp_dev/fp_state",
"/sys/touchpanel/fp_state", "/sys/touchpanel/fp_state",
NULL, NULL,
}; };