ACK: [PATCH] dmicheck: support smbios check for version 3.1.1
ivanhu
ivan.hu at canonical.com
Tue May 23 08:22:09 UTC 2017
On 05/20/2017 08:36 AM, 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 9471d70..316df7c 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 (0x0300)
> +#define DMI_VERSION (0x0311)
> #define VERSION_MAJOR(v) ((v) >> 8)
> #define VERSION_MINOR(v) ((v) & 0xff)
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20170523/1748f10d/attachment.html>
More information about the fwts-devel
mailing list