Skip to content

Commit bf592dd

Browse files
Kai-Heng Fenggregkh
authored andcommitted
Input: i8042 - add Gigabyte P57 to the keyboard reset table
commit 697c5d8a36768b36729533fb44622b35d56d6ad0 upstream. 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 <kai.heng.feng@canonical.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c13c5c7 commit bf592dd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,13 @@ static const struct dmi_system_id __initconst i8042_dmi_kbdreset_table[] = {
904904
DMI_MATCH(DMI_PRODUCT_NAME, "P34"),
905905
},
906906
},
907+
{
908+
/* Gigabyte P57 - Elantech touchpad */
909+
.matches = {
910+
DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
911+
DMI_MATCH(DMI_PRODUCT_NAME, "P57"),
912+
},
913+
},
907914
{
908915
/* Schenker XMG C504 - Elantech touchpad */
909916
.matches = {

0 commit comments

Comments
 (0)