Skip to content

Commit 01eed86

Browse files
tuxedo-wsedtor
authored andcommitted
Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
There might be devices out in the wild where the board name is GMxXGxx instead of GMxXGxX. Adding both to be on the safe side. Signed-off-by: Werner Sembach <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent e06edf9 commit 01eed86

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
@@ -1136,6 +1136,13 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
11361136
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
11371137
SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
11381138
},
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+
},
11391146
{
11401147
.matches = {
11411148
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),

0 commit comments

Comments
 (0)