From 7fa4a7ab027f5a082aefdaaba0f3648f8b717610 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Tue, 30 Jul 2019 14:16:19 +0900 Subject: [PATCH] Change sensitivity interface to fix dbus error Change-Id: Iefbd48ad9031388c149b5584d93c7398e5dae3d6 Signed-off-by: lokilee73 --- src/libgdbus/dbus-system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libgdbus/dbus-system.h b/src/libgdbus/dbus-system.h index af75e27..4c260e7 100644 --- a/src/libgdbus/dbus-system.h +++ b/src/libgdbus/dbus-system.h @@ -138,7 +138,7 @@ /* Touch service */ #define DEVICED_PATH_TOUCH DEVICED_OBJECT_PATH"/Touch" -#define DEVICED_INTERFACE_TOUCH DEVICED_INTERFACE_NAME".Touch" +#define DEVICED_INTERFACE_TOUCH DEVICED_INTERFACE_NAME".touch" /* Thermal service: operatioins about temperature */ #define DEVICED_PATH_TEMPERATURE DEVICED_OBJECT_PATH"/Temperature" -- 2.7.4