From b4a516558c3061373341e3220c4b0884782e1833 Mon Sep 17 00:00:00 2001 From: khali Date: Tue, 28 Apr 2015 20:52:34 +0000 Subject: Update the list of untested DMI types --- dmidecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmidecode.c b/dmidecode.c index 4569220..5e34354 100644 --- a/dmidecode.c +++ b/dmidecode.c @@ -3200,7 +3200,7 @@ static void dmi_decode(const struct dmi_header *h, u16 ver) const u8 *data = h->data; /* - * Note: DMI types 37, 39 and 40 are untested + * Note: DMI types 37 and 42 are untested */ switch (h->type) { -- cgit v1.2.1