Skip to content

Commit 7c5bb4a

Browse files
committed
Input: i8042 - add Clevo P650RS to the i8042 reset list
Clevo P650RS and other similar devices require i8042 to be reset in order to detect Synaptics touchpad. Reported-by: Paweł Bylica <[email protected]> Tested-by: Ed Bordin <[email protected]> Cc: [email protected] Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=190301 Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 704de48 commit 7c5bb4a

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
@@ -620,6 +620,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
620620
DMI_MATCH(DMI_PRODUCT_NAME, "20046"),
621621
},
622622
},
623+
{
624+
/* Clevo P650RS, 650RP6, Sager NP8152-S, and others */
625+
.matches = {
626+
DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
627+
DMI_MATCH(DMI_PRODUCT_NAME, "P65xRP"),
628+
},
629+
},
623630
{ }
624631
};
625632

0 commit comments

Comments
 (0)