From d1ff9d42d10fcd99376bdc78ddb365f33f07aa7f 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 --- print_wiki.c | 1 + 1 file changed, 1 insertion(+) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index 0213c74..377154d 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -220,6 +220,7 @@ static void print_supported_chips_wiki(int cols) if (!strncmp(f->vendor, "Unknown", 7) || !strncmp(f->vendor, "Programmer", 10) || !strncmp(f->name, "unknown", 7)) + continue; chipcount++; } -- cgit v1.1