Skip to content

Commit 697c5d8

Browse files
khfengdtor
authored andcommitted
Input: i8042 - add Gigabyte P57 to the keyboard reset table
Similar to other Gigabyte laptops, the touchpad on P57 requires a keyboard reset to detect Elantech touchpad correctly. BugLink: https://bugs.launchpad.net/bugs/1594214 Signed-off-by: Kai-Heng Feng <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 122d6a3 commit 697c5d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,13 @@ static const struct dmi_system_id __initconst i8042_dmi_kbdreset_table[] = {
839839
DMI_MATCH(DMI_PRODUCT_NAME, "P34"),
840840
},
841841
},
842+
{
843+
/* Gigabyte P57 - Elantech touchpad */
844+
.matches = {
845+
DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
846+
DMI_MATCH(DMI_PRODUCT_NAME, "P57"),
847+
},
848+
},
842849
{
843850
/* Schenker XMG C504 - Elantech touchpad */
844851
.matches = {

0 commit comments

Comments
 (0)