dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmidecode] [PATCH 7/7] dmidecode: Set supported version to 3.5.0


From: Jean Delvare
Subject: [dmidecode] [PATCH 7/7] dmidecode: Set supported version to 3.5.0
Date: Mon, 30 May 2022 14:17:54 +0200

While we do not support every piece of the specification yet, the
most needed ones are in place now so it seems reasonable to stop
warning users.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
---
 dmidecode.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- dmidecode.orig/dmidecode.c  2022-05-30 13:20:01.565573575 +0200
+++ dmidecode/dmidecode.c       2022-05-30 13:29:00.375309519 +0200
@@ -87,7 +87,7 @@ static const char *bad_index = "<BAD IND
 
 enum cpuid_type cpuid_type = cpuid_none;
 
-#define SUPPORTED_SMBIOS_VER 0x030300
+#define SUPPORTED_SMBIOS_VER 0x030500
 
 #define FLAG_NO_FILE_OFFSET     (1 << 0)
 #define FLAG_STOP_AT_EOT        (1 << 1)

-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]