dmidecode-devel
[Top][All Lists]
Advanced

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

[dmidecode] [PATCH 10/10] dmidecode: SMBIOS 3.1.0 is fully supported now


From: Jean Delvare
Subject: [dmidecode] [PATCH 10/10] dmidecode: SMBIOS 3.1.0 is fully supported now
Date: Mon, 10 Apr 2017 11:58:35 +0200

All pieces of the SMBIOS 3.1.0 specification are supported now.

Signed-off-by: Jean Delvare <address@hidden>
---
 dmidecode.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- dmidecode.orig/dmidecode.c  2017-04-07 10:47:22.558752494 +0200
+++ dmidecode/dmidecode.c       2017-04-07 10:48:15.058288465 +0200
@@ -25,7 +25,7 @@
  *   are deemed to be part of the source code.
  *
  * Unless specified otherwise, all references are aimed at the "System
- * Management BIOS Reference Specification, Version 3.0.0" document,
+ * Management BIOS Reference Specification, Version 3.1.0" document,
  * available from http://www.dmtf.org/standards/smbios.
  *
  * Note to contributors:
@@ -75,7 +75,7 @@
 #define out_of_spec "<OUT OF SPEC>"
 static const char *bad_index = "<BAD INDEX>";
 
-#define SUPPORTED_SMBIOS_VER 0x0300
+#define SUPPORTED_SMBIOS_VER 0x0301
 
 #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]