summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042-acpipnpio.h
diff options
context:
space:
mode:
authorWerner Sembach <wse@tuxedocomputers.com>2024-09-10 11:40:07 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2024-09-13 23:20:11 -0700
commit01eed86d50af9fab27d876fd677b86259ebe9de3 (patch)
tree360c25dc73196f0313b59d0b124d98ed4b856930 /drivers/input/serio/i8042-acpipnpio.h
parente06edf96dea065dd1d9df695bf8b92784992333e (diff)
downloadlinux-01eed86d50af9fab27d876fd677b86259ebe9de3.tar.gz
linux-01eed86d50af9fab27d876fd677b86259ebe9de3.tar.bz2
linux-01eed86d50af9fab27d876fd677b86259ebe9de3.zip
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 <wse@tuxedocomputers.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20240910094008.1601230-2-wse@tuxedocomputers.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/i8042-acpipnpio.h')
-rw-r--r--drivers/input/serio/i8042-acpipnpio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8042-acpipnpio.h
index 1d73391f127b..d16072b82d95 100644
--- a/drivers/input/serio/i8042-acpipnpio.h
+++ b/drivers/input/serio/i8042-acpipnpio.h
@@ -1138,6 +1138,13 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
},
{
.matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "GMxXGxx"),
+ },
+ .driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |
+ SERIO_QUIRK_NOLOOP | SERIO_QUIRK_NOPNP)
+ },
+ {
+ .matches = {
DMI_MATCH(DMI_BOARD_NAME, "GMxXGxX"),
},
.driver_data = (void *)(SERIO_QUIRK_NOMUX | SERIO_QUIRK_RESET_ALWAYS |