summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-07-11 15:56:35 +0200
committerJo-Philipp Wich <jo@mein.io>2021-07-11 15:56:35 +0200
commita0a0e02dd91d14a50155390d5fd3b95d6ec87bf4 (patch)
tree1ea9bae353fca9ee56c9f947e2704259bd816f24
parentc9b1672f5a83c8dcb14fdbaee651f775a7defe52 (diff)
downloadiwinfo-a0a0e02dd91d14a50155390d5fd3b95d6ec87bf4.tar.gz
iwinfo: rename hardware.txt to devices.txt
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--devices.txt (renamed from hardware.txt)0
-rw-r--r--include/iwinfo.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/hardware.txt b/devices.txt
index ea74929..ea74929 100644
--- a/hardware.txt
+++ b/devices.txt
diff --git a/include/iwinfo.h b/include/iwinfo.h
index f7097cc..8469ee7 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -255,7 +255,7 @@ struct iwinfo_hardware_entry {
extern const struct iwinfo_iso3166_label IWINFO_ISO3166_NAMES[];
-#define IWINFO_HARDWARE_FILE "/usr/share/libiwinfo/hardware.txt"
+#define IWINFO_HARDWARE_FILE "/usr/share/libiwinfo/devices.txt"
struct iwinfo_ops {