summaryrefslogtreecommitdiffstats
path: root/dmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmi.c')
-rw-r--r--dmi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmi.c b/dmi.c
index 5f64b94..2c2551d 100644
--- a/dmi.c
+++ b/dmi.c
@@ -71,7 +71,8 @@ static const struct {
} dmi_chassis_types[] = {
{0x01, 2, "Other"},
{0x02, 2, "Unknown"},
- {0x03, 0, "Desktop",},
+ {0x03, 0, "Desktop"},
+ {0x04, 0, "Low Profile Desktop"},
{0x06, 0, "Mini Tower"},
{0x07, 0, "Tower"},
{0x08, 1, "Portable"},
OpenPOWER on IntegriCloud