From c30b417f719e20f9f1d29fd8fa72c24278af3a0c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 28 Feb 2012 23:53:17 +0100 Subject: [PATCH] sr: Rename hwplugin.c to hwdriver.c. --- Makefile.am | 2 +- hwplugin.c => hwdriver.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hwplugin.c => hwdriver.c (100%) diff --git a/Makefile.am b/Makefile.am index 3b0ed715..46b319d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ libsigrok_la_SOURCES = \ session.c \ session_file.c \ session_driver.c \ - hwplugin.c \ + hwdriver.c \ filter.c \ strutil.c \ log.c diff --git a/hwplugin.c b/hwdriver.c similarity index 100% rename from hwplugin.c rename to hwdriver.c