Skip to content

Commit 9c445d2

Browse files
tuxedo-wsedtor
authored andcommitted
Input: i8042 - add Clevo PCX0DX to i8042 quirk table
The Clevo PCX0DX/TUXEDO XP1511, need quirks for the keyboard to not be occasionally unresponsive after resume. Signed-off-by: Werner Sembach <[email protected]> Cc: [email protected] Reviewed-by: Hans de Goede <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 3c44e2b commit 9c445d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/input/serio/i8042-acpipnpio.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,13 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
12381238
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
12391239
SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
12401240
},
1241+
{
1242+
.matches = {
1243+
DMI_MATCH(DMI_BOARD_NAME, "PCX0DX"),
1244+
},
1245+
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
1246+
SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
1247+
},
12411248
{
12421249
.matches = {
12431250
DMI_MATCH(DMI_BOARD_NAME, "X170SM"),

0 commit comments

Comments
 (0)