Merge tag 'arm-soc-dt-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / input / misc / soc_button_array.c
index d14a656..cb6ec59 100644 (file)
@@ -83,6 +83,17 @@ static const struct dmi_system_id dmi_use_low_level_irq[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "One S1003"),
                },
        },
+       {
+               /*
+                * Lenovo Yoga Tab2 1051L, something messes with the home-button
+                * IRQ settings, leading to a non working home-button.
+                */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "60073"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "1051L"),
+               },
+       },
        {} /* Terminating entry */
 };