From 42538d39b20d5387a2d23bc3d8e6c9ed260c1efa Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 17 Sep 2022 15:18:14 +0100 Subject: [PATCH] sensors: udfps_hal: Extend the list of supported paths Change-Id: Iff7936763ff184e85eb7ff91407270122e7cd15c --- sensors/udfps_hal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sensors/udfps_hal.cpp b/sensors/udfps_hal.cpp index 6c203c7..49821bf 100644 --- a/sensors/udfps_hal.cpp +++ b/sensors/udfps_hal.cpp @@ -17,6 +17,7 @@ #include static const char *udfps_state_paths[] = { + "/sys/devices/virtual/touch/tp_dev/fp_state", "/sys/touchpanel/fp_state", NULL, };