summaryrefslogtreecommitdiff
path: root/debian/patches/05-supported-smbios-ver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/05-supported-smbios-ver.patch')
-rw-r--r--debian/patches/05-supported-smbios-ver.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/05-supported-smbios-ver.patch b/debian/patches/05-supported-smbios-ver.patch
new file mode 100644
index 0000000..6b4bdd6
--- /dev/null
+++ b/debian/patches/05-supported-smbios-ver.patch
@@ -0,0 +1,16 @@
+Description: Change supported smbios version
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/dmidecode.c
+===================================================================
+--- trunk.orig/dmidecode.c
++++ trunk/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