From d4210a27d9ed8c519666d219999e98e630cc4e2d Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 28 Oct 2021 07:27:22 +0200 Subject: Remove com.canonical.usensord and disable haptic --- include/notifications/dbus-shared.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/dbus-shared.h b/include/notifications/dbus-shared.h index 31df219..ea47328 100644 --- a/include/notifications/dbus-shared.h +++ b/include/notifications/dbus-shared.h @@ -1,5 +1,6 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -16,6 +17,7 @@ * Authors: * Ted Gould * Charles Kerr + * Robert Tari */ #ifndef AYATANA_INDICATOR_NOTIFICATIONS_DBUS_SHARED_H @@ -29,8 +31,9 @@ #define BUS_POWERD_PATH "/com/lomiri/Repowerd" #define BUS_POWERD_INTERFACE "com.lomiri.Repowerd" -#define BUS_HAPTIC_NAME "com.canonical.usensord" -#define BUS_HAPTIC_PATH "/com/canonical/usensord/haptic" -#define BUS_HAPTIC_INTERFACE "com.canonical.usensord.haptic" +//TODO: Reimplement using hfd-service +//#define BUS_HAPTIC_NAME "" +//#define BUS_HAPTIC_PATH "" +//#define BUS_HAPTIC_INTERFACE "" #endif /* INDICATOR_NOTIFICATIONS_DBUS_SHARED_H */ -- cgit v1.2.3