diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-04-28 20:08:42 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-04-28 20:08:42 +0200 |
commit | affb852d2fa260402cbdc77976adb0dcda3b5fae (patch) | |
tree | dcc010033891059eed77799a9494b73d64f68084 /drivers/input | |
parent | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
parent | Input: i8042 - add Clevo P650RS to the i8042 reset list (diff) | |
download | linux-affb852d2fa260402cbdc77976adb0dcda3b5fae.tar.xz linux-affb852d2fa260402cbdc77976adb0dcda3b5fae.zip |
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
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 312bd6ca9198..09720d950686 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -620,6 +620,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "20046"), }, }, + { + /* Clevo P650RS, 650RP6, Sager NP8152-S, and others */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Notebook"), + DMI_MATCH(DMI_PRODUCT_NAME, "P65xRP"), + }, + }, { } }; |