|
@@ -2826,6 +2826,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
|
|
|
DMI_MATCH(DMI_BOARD_NAME, "Braswell CRB"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Dell Wyse 3040",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Wyse 3040"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{}
|
|
|
};
|
|
|
|