Skip to content

Commit affb852

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fix from Dmitry Torokhov: "Yet another quirk to i8042 to get touchpad recognized on some laptops" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: i8042 - add Clevo P650RS to the i8042 reset list
2 parents 28b2013 + 7c5bb4a commit affb852

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)