|
@@ -656,6 +656,15 @@ static const struct dmi_system_id bcm_wrong_irq_dmi_table[] = {
|
|
|
},
|
|
|
.driver_data = &acpi_active_low,
|
|
|
},
|
|
|
+ {
|
|
|
+ .ident = "Asus T100CHI",
|
|
|
+ .matches = {
|
|
|
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR,
|
|
|
+ "ASUSTeK COMPUTER INC."),
|
|
|
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T100CHI"),
|
|
|
+ },
|
|
|
+ .driver_data = &acpi_active_low,
|
|
|
+ },
|
|
|
{ /* Handle ThinkPad 8 tablets with BCM2E55 chipset ACPI ID */
|
|
|
.ident = "Lenovo ThinkPad 8",
|
|
|
.matches = {
|