ACPI: resource: Use IRQ override on Maibenben X565
BugLink: https://bugs.launchpad.net/bugs/2098104 Impact: Merge conflict avoidance Fix: This patch is just here so that the next patch in the series "ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx" applies without a merge conflict. Testcase: Field tested on several TUXEDO devices. Use ACPI IRQ override on Maibenben X565 laptop to make the internal keyboard work. Add a new entry to the irq1_edge_low_force_override structure, similar to the existing ones. Signed-off-by: Sergey Kalinichev <kalinichev.so.0@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> (cherry picked from commit 00efe7fcf9ceeff0808bca9460afb49e7ada6068) Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Acked-by: Koichiro Den <koichiro.den@canonical.com> Acked-by: Stewart Hore <stewart.hore@canonical.com> Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
This commit is contained in:
committed by
Stefan Bader
parent
fe99b13981
commit
74182d7cc0
@@ -660,6 +660,13 @@ static const struct dmi_system_id irq1_edge_low_force_override[] = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "X577"),
|
||||
},
|
||||
},
|
||||
{
|
||||
/* Maibenben X565 */
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "MAIBENBEN"),
|
||||
DMI_MATCH(DMI_BOARD_NAME, "X565"),
|
||||
},
|
||||
},
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user