aboutsummaryrefslogtreecommitdiff
path: root/modules/devices
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-08-20 09:28:23 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-08-27 08:21:05 -0700
commit57df57ff60f4994b3273767cb3695336788ec61e (patch)
treed36a757d3faee3c3070a1e1d850ecee4068f37dd /modules/devices
parent0c9c83526b1d740d0c71e527a5f5b0af1a8de35e (diff)
devices/dmi: keys only need to be unique in the same group
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices')
-rw-r--r--modules/devices/dmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/devices/dmi.c b/modules/devices/dmi.c
index 3f3f6800..b25cfe21 100644
--- a/modules/devices/dmi.c
+++ b/modules/devices/dmi.c
@@ -37,11 +37,11 @@ DMIInfo dmi_info_table[] = {
{ N_("Name"), "system-product-name", 0 },
{ N_("Family"), "system-product-family", 0 },
{ N_("Vendor"), "system-manufacturer", 0 },
- { N_("Version#1"), "system-version", 0 },
+ { N_("Version"), "system-version", 0 },
{ N_("BIOS"), NULL, 1 },
{ N_("Date"), "bios-release-date", 0 },
{ N_("Vendor"), "bios-vendor", 0 },
- { N_("Version#0"), "bios-version", 0 },
+ { N_("Version"), "bios-version", 0 },
{ N_("Board"), NULL, 1 },
{ N_("Name"), "baseboard-product-name", 0 },
{ N_("Vendor"), "baseboard-manufacturer", 0 },