summaryrefslogtreecommitdiff
path: root/dmiopt.c
diff options
context:
space:
mode:
authorkhali <khali>2008-11-07 10:14:08 +0000
committerkhali <khali>2008-11-07 10:14:08 +0000
commit796d8b35e30c0c3eb221defcc2316dd23808beb1 (patch)
treee62892b7d2030a1edb02ecb87484efbf29832c42 /dmiopt.c
parentbbcb577b0b143e6691242c2b46e583023a05c935 (diff)
downloaddmidecode-796d8b35e30c0c3eb221defcc2316dd23808beb1.tar.gz
Include entry type 41 in --type baseboard.
Diffstat (limited to 'dmiopt.c')
-rw-r--r--dmiopt.c2
1 files changed, 1 insertions, 1 deletions
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 };