File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1155,6 +1155,20 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
1155
1155
.driver_data = (void * )(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
1156
1156
SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP )
1157
1157
},
1158
+ {
1159
+ .matches = {
1160
+ DMI_MATCH (DMI_BOARD_NAME , "XxHP4NAx" ),
1161
+ },
1162
+ .driver_data = (void * )(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
1163
+ SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP )
1164
+ },
1165
+ {
1166
+ .matches = {
1167
+ DMI_MATCH (DMI_BOARD_NAME , "XxKK4NAx_XxSP4NAx" ),
1168
+ },
1169
+ .driver_data = (void * )(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
1170
+ SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP )
1171
+ },
1158
1172
/*
1159
1173
* A lot of modern Clevo barebones have touchpad and/or keyboard issues
1160
1174
* after suspend fixable with the forcenorestore quirk.
You can’t perform that action at this time.
0 commit comments