From 6402746a4eb025340b8084b5d958ad06d3f77d01 Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Tue, 18 Dec 2012 15:49:43 -0300 Subject: [PATCH] hog: Rename hog_device.c file to hog.c Since hog_manager.c and hog_device.h were merged into hog_device.c, now the whole HoG logic is in this file. So, calling this file hog.c instead of hog_device.c is more suitable. --- Makefile.plugins | 2 +- profiles/input/{hog_device.c => hog.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename profiles/input/{hog_device.c => hog.c} (100%) diff --git a/Makefile.plugins b/Makefile.plugins index 41b6876f4..73055efec 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -59,7 +59,7 @@ builtin_sources += profiles/input/manager.h profiles/input/manager.c \ profiles/input/device.h profiles/input/device.c builtin_modules += hog -builtin_sources += profiles/input/hog_device.c profiles/input/uhid_copy.h \ +builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \ profiles/input/suspend.h profiles/input/suspend-dummy.c builtin_modules += health diff --git a/profiles/input/hog_device.c b/profiles/input/hog.c similarity index 100% rename from profiles/input/hog_device.c rename to profiles/input/hog.c -- 2.47.3