Skip to content

Commit

Permalink
dmidecode: SMBIOS 3.1.0 is fully supported now
Browse files Browse the repository at this point in the history
All pieces of the SMBIOS 3.1.0 specification are supported now.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
  • Loading branch information
jdelvare committed Apr 27, 2017
1 parent 48a8132 commit 20b852d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dmidecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 20b852d

Please sign in to comment.