|
@@ -708,6 +708,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ .callback = intel_no_lvds_dmi_callback,
|
|
|
+ .ident = "Clientron E830",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "E830"),
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
.callback = intel_no_lvds_dmi_callback,
|
|
|
.ident = "Asus EeeBox PC EB1007",
|
|
|
.matches = {
|