|
@@ -3236,6 +3236,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Google Ultima",
|
|
|
+ .callback = strago_quirk_cb,
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
|