summaryrefslogtreecommitdiff
path: root/profiles/input/hog.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/input/hog.c')
-rw-r--r--profiles/input/hog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 4dba83f71..57b8adc37 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -172,7 +172,7 @@ static void resume_callback(void)
static int hog_probe(struct btd_service *service)
{
struct btd_device *device = btd_service_get_device(service);
- const char *path = device_get_path(device);
+ const char *path = btd_device_get_path(device);
GSList *primaries, *l;
DBG("path %s", path);
@@ -200,7 +200,7 @@ static void hog_remove(struct btd_service *service)
{
struct hog_device *dev = btd_service_get_user_data(service);
struct btd_device *device = btd_service_get_device(service);
- const char *path = device_get_path(device);
+ const char *path = btd_device_get_path(device);
DBG("path %s", path);