This model has the same quirk as others, see 3d725caa9dcc "Input:
atkbd - fix keyboard not working on some LG laptops"

Cc: sta...@vger.kernel.org
Signed-off-by: Jaime Velasco Juan <jsagarri...@gmail.com>
Cc: Dmitry Torokhov <dmitry.torok...@gmail.com>
Cc: Sheng-Liang Song <s...@chromium.org>
---
 drivers/input/keyboard/atkbd.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index 2dd1d0d..a58653c 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -1802,6 +1802,13 @@ static const struct dmi_system_id 
atkbd_dmi_quirk_table[] __initconst = {
                },
                .callback = atkbd_deactivate_fixup,
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "LG Electronics"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "LW60-F27B"),
+               },
+               .callback = atkbd_deactivate_fixup,
+       },
        { }
 };
 
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to