[flashrom] [PATCH] dmi: add "Sealed-case PC" to the list of non-laptop chassis

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Mon Aug 22 13:00:24 CEST 2011


---
not sure though if all other computers with that chassis type are "in all
likelihood not a laptop".

Signed-off-by: Stefan Tauner <stefan.tauner at student.tuwien.ac.at>
---
 dmi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dmi.c b/dmi.c
index 8f78376..5f64b94 100644
--- a/dmi.c
+++ b/dmi.c
@@ -81,6 +81,7 @@ static const struct {
 	{0x0e, 1, "Sub Notebook"},
 	{0x11, 0, "Main Server Chassis"},
 	{0x17, 0, "Rack Mount Chassis"},
+	{0x18, 0, "Sealed-case PC"}, /* used by Supermicro (X8SIE) */
 };
 
 #define DMI_COMMAND_LEN_MAX 260
-- 
1.7.1





More information about the flashrom mailing list