summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali>2015-04-28 20:52:34 +0000
committerkhali <khali>2015-04-28 20:52:34 +0000
commitb4a516558c3061373341e3220c4b0884782e1833 (patch)
treea7432c33cc43f70a461dae56fb7d2241ef2b3947
parent0b54a8749e610bacc26bda87672f840edeb0b7eb (diff)
downloaddmidecode-b4a516558c3061373341e3220c4b0884782e1833.tar.gz
Update the list of untested DMI types
-rw-r--r--dmidecode.c2
1 files changed, 1 insertions, 1 deletions
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)
{