ACK: [PATCH] dmicheck: update supported SMBIOS version
Colin Ian King
colin.king at canonical.com
Thu Apr 18 09:29:56 UTC 2019
On 18/04/2019 04:40, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/dmi/dmicheck/dmicheck.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
> index 4e0f3978..a5b88187 100644
> --- a/src/dmi/dmicheck/dmicheck.c
> +++ b/src/dmi/dmicheck/dmicheck.c
> @@ -35,7 +35,7 @@
> #include <limits.h>
> #include <fcntl.h>
>
> -#define DMI_VERSION (0x0311)
> +#define DMI_VERSION (0x0320)
> #define VERSION_MAJOR(v) ((v) >> 8)
> #define VERSION_MINOR(v) ((v) & 0xff)
>
>
Seems reasonable to me. Thanks Alex.
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list