|
|
@@ -1539,13 +1539,26 @@ static void chv_gpio_irq_handler(struct irq_desc *desc)
|
|
|
* is not listed below.
|
|
|
*/
|
|
|
static const struct dmi_system_id chv_no_valid_mask[] = {
|
|
|
+ /* See https://bugzilla.kernel.org/show_bug.cgi?id=194945 */
|
|
|
{
|
|
|
- /* See https://bugzilla.kernel.org/show_bug.cgi?id=194945 */
|
|
|
- .ident = "Acer Chromebook (CYAN)",
|
|
|
+ .ident = "Intel_Strago based Chromebooks (All models)",
|
|
|
.matches = {
|
|
|
DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
|
|
|
- DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
|
|
|
- DMI_MATCH(DMI_BIOS_DATE, "05/21/2016"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_Strago"),
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ .ident = "Acer Chromebook R11 (Cyan)",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Cyan"),
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ .ident = "Samsung Chromebook 3 (Celes)",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
|
|
|
},
|
|
|
},
|
|
|
{}
|