File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -726,6 +726,13 @@ static const struct dmi_system_id bcm_active_low_irq_dmi_table[] = {
726726 DMI_EXACT_MATCH (DMI_PRODUCT_VERSION , "ThinkPad 8" ),
727727 },
728728 },
729+ {
730+ .ident = "MINIX Z83-4" ,
731+ .matches = {
732+ DMI_EXACT_MATCH (DMI_SYS_VENDOR , "MINIX" ),
733+ DMI_MATCH (DMI_PRODUCT_NAME , "Z83-4" ),
734+ },
735+ },
729736 { }
730737};
731738
@@ -934,6 +941,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
934941 { "BCM2E7C" , (kernel_ulong_t )& acpi_bcm_int_last_gpios },
935942 { "BCM2E95" , (kernel_ulong_t )& acpi_bcm_int_first_gpios },
936943 { "BCM2E96" , (kernel_ulong_t )& acpi_bcm_int_first_gpios },
944+ { "BCM2EA4" , (kernel_ulong_t )& acpi_bcm_int_first_gpios },
937945 { },
938946};
939947MODULE_DEVICE_TABLE (acpi , bcm_acpi_match );
You can’t perform that action at this time.
0 commit comments