We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d94ac commit 0188ea5Copy full SHA for 0188ea5
drivers/input/serio/i8042-acpipnpio.h
@@ -1136,6 +1136,13 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
1136
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
1137
SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
1138
},
1139
+ {
1140
+ .matches = {
1141
+ DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
1142
+ },
1143
+ .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
1144
+ SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
1145
1146
{
1147
.matches = {
1148
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
0 commit comments