dmidecode/dmidecode-1.176-SMBIOS-2.8-is-supported.patch
Jean Delvare 2472535ddf - dmidecode-1.176-SMBIOS-2.8-is-supported.patch: Bump
SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't
  trigger a warning.
- dmidecode-1.177-decode-pcie3-slot-id.patch: Decode ID of PCI
  Express 3 slots (DMI type 9, savannah#40178.)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=23
2014-01-13 16:36:38 +00:00

21 lines
475 B
Diff

Subject: Bump SUPPORTED_SMBIOS_VER to 0x0208
Upstream: yes, 1.176
Bump SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't trigger
a warning.
---
dmidecode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -69,7 +69,7 @@
#define out_of_spec "<OUT OF SPEC>"
static const char *bad_index = "<BAD INDEX>";
-#define SUPPORTED_SMBIOS_VER 0x0207
+#define SUPPORTED_SMBIOS_VER 0x0208
/*
* Type-independant Stuff