diff options
Diffstat (limited to 'debian/patches/05-supported-smbios-ver.patch')
-rw-r--r-- | debian/patches/05-supported-smbios-ver.patch | 11 |
1 files changed, 11 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..9857d74 --- /dev/null +++ b/debian/patches/05-supported-smbios-ver.patch @@ -0,0 +1,11 @@ +--- dmidecode/dmidecode.c 2013/04/24 18:11:56 1.175 ++++ dmidecode/dmidecode.c 2013/04/26 19:05:48 1.176 +@@ -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 |