aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorLyude Paul <lyude@redhat.com>2018-11-24 23:28:10 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-12-03 11:37:17 -0800
commit9df39bedbf292680655c6a947c77d6562c693d4a (patch)
tree294f160475b5ab7b33d800b92d6cac7f97863483 /drivers/input
parentInput: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR (diff)
downloadlinux-dev-9df39bedbf292680655c6a947c77d6562c693d4a.tar.xz
linux-dev-9df39bedbf292680655c6a947c77d6562c693d4a.zip
Input: synaptics - add PNP ID for ThinkPad P50 to SMBus
Noticed the other day the trackpoint felt different on my P50, then realized it was because rmi4 wasn't loading for this machine automatically. Suspend/resume, hibernate, and everything else seem to work perfectly fine on here. Signed-off-by: Lyude Paul <lyude@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/mouse/synaptics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 5e85f3cca867..c42813d50591 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -170,6 +170,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0048", /* X1 Carbon 3 */
"LEN0046", /* X250 */
"LEN004a", /* W541 */
+ "LEN005b", /* P50 */
"LEN0071", /* T480 */
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
"LEN0073", /* X1 Carbon G5 (Elantech) */