From 796d8b35e30c0c3eb221defcc2316dd23808beb1 Mon Sep 17 00:00:00 2001 From: khali Date: Fri, 7 Nov 2008 10:14:08 +0000 Subject: Include entry type 41 in --type baseboard. --- dmiopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmiopt.c') diff --git a/dmiopt.c b/dmiopt.c index 4cea426..46e5cda 100644 --- a/dmiopt.c +++ b/dmiopt.c @@ -47,7 +47,7 @@ struct type_keyword static const u8 opt_type_bios[] = { 0, 13, 255 }; static const u8 opt_type_system[] = { 1, 12, 15, 23, 32, 255 }; -static const u8 opt_type_baseboard[] = { 2, 10, 255 }; +static const u8 opt_type_baseboard[] = { 2, 10, 41, 255 }; static const u8 opt_type_chassis[] = { 3, 255 }; static const u8 opt_type_processor[] = { 4, 255 }; static const u8 opt_type_memory[] = { 5, 6, 16, 17, 255 }; -- cgit v1.2.1