|
@@ -1163,6 +1163,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Broxton P")
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Broxton P")
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ .ident = "Intel Gemini Lake",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Intel Corp"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Geminilake")
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{ }
|
|
{ }
|
|
};
|
|
};
|
|
|
|
|