From 4c5665f9ab4286710d4ae3998532bd8f1fb225a6 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Fri, 17 Feb 2012 20:03:37 +0000 Subject: Add a bunch of new/tested stuff and various small changes 11 Tested Mainboards: NOT OK: - HP dc7800 http://paste.flashrom.org/view.php?id=1084 - add "Low Profile Desktop" to our DMI whitelist - fix print_wiki (broken since r1488) Corresponding to flashrom svn r1502. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- dmi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmi.c') 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"}, -- cgit v1.1