Received: by 10.213.65.68 with SMTP id h4csp662950imn; Fri, 6 Apr 2018 06:59:31 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+EVMtNNEkfAuP9s4hrHlS/UOxfWQjmtYFc8mv5CM6hnpXBNCABsGw9wxmu5qkfWai6C+Tc X-Received: by 2002:a17:902:7291:: with SMTP id d17-v6mr26850120pll.16.1523023171794; Fri, 06 Apr 2018 06:59:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523023171; cv=none; d=google.com; s=arc-20160816; b=0eKnfylKqawvujdb1EWpiV4QZ+HblL0efV/jqxr+tNe21HoV7+seG7lrAjBNUE0RgU tasJDdp8pQlcZkdLjiqGp4+Brn+BdRrdKZAWiBvfIyCDhU4pi/PLNsZ7kBcJvROkiHDZ Ll3PHoVvnCCDT/IJTaMknBjG7v2emBBYnQKBVPOt5S4YLoBMHTEe3ZZlzzR16NIxa9Jg m57PR8TVq7gPiAVnxpxsX6W3MZhst980yvyPQWQG71FOfyFL7CfIeyVgjregGqVVoakD 5kkQXfXWcXY87xq42Zm1v7VBjQSvMxBEeSaNH5GfDulyW7hQBnUP5evSzL2r3yq84ZFV uZJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=+AWuee/C35A+jtYBWj9gS21PoNiPnar1VF6ilx0cDzo=; b=asbApAI79LY7TWYLPYiyDm2f1iCS97MoZk7O1MsFOYAQiMyTPjqeGSNiGTzqNUNEXV tcM2eE8dueeJ+/rae+429mHwodO6QisiMO/iC3zSwy/ZiFeAkKRfiuS9auj6ODThSpnl giip8OZr1mgw45GR2dSxuRfwQeltrlq1hfu8CBg/OpDOCmZZxgSxXtgM/FQ2zwzB0mBE GqLcNu38LYRzyio7hkaSRimhNx0/p959n4bSMEluFOFJv5zwJRo+fmeYy+BYBw8iTlRn 1+3NRzz5fv18CG5mQ7yIlM2Q07DHk0m0UF+6N+UtCYhilTE5FE8ZNDUweiah8qKicpOR V5nA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e7-v6si8470866plk.397.2018.04.06.06.59.17; Fri, 06 Apr 2018 06:59:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756716AbeDFNnX (ORCPT + 99 others); Fri, 6 Apr 2018 09:43:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37294 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756693AbeDFNnV (ORCPT ); Fri, 6 Apr 2018 09:43:21 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7E6E1DFE; Fri, 6 Apr 2018 13:43:20 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Masaki Ota , Aaron Ma , Jonathan Liu , Jaak Ristioja , Dmitry Torokhov Subject: [PATCH 4.15 62/72] Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 Date: Fri, 6 Apr 2018 15:24:37 +0200 Message-Id: <20180406084353.621660056@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084349.367583460@linuxfoundation.org> References: <20180406084349.367583460@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Masaki Ota commit 567b9b549cfa1cbc202762ae97b5385c29ade1e3 upstream. The primary interface for the touchpad device in Thinkpad L570 is SMBus, so ALPS overlooked PS2 interface Firmware setting of TrackStick, and shipped with TrackStick otp bit is disabled. The address 0xD7 contains device number information, so we can identify the device by checking this value, but to access it we need to enable Command mode, and then re-enable the device. Devices shipped in Thinkpad L570 report either 0x0C or 0x1D as device numbers, if we see them we assume that the devices are DualPoints. The same issue exists on Dell Latitude 7370. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196929 Fixes: 646580f793 ("Input: ALPS - fix multi-touch decoding on SS4 plus touchpads") Signed-off-by: Masaki Ota Tested-by: Aaron Ma Tested-by: Jonathan Liu Tested-by: Jaak Ristioja Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/mouse/alps.c | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -2544,13 +2544,31 @@ static int alps_update_btn_info_ss4_v2(u } static int alps_update_dual_info_ss4_v2(unsigned char otp[][4], - struct alps_data *priv) + struct alps_data *priv, + struct psmouse *psmouse) { bool is_dual = false; + int reg_val = 0; + struct ps2dev *ps2dev = &psmouse->ps2dev; - if (IS_SS4PLUS_DEV(priv->dev_id)) + if (IS_SS4PLUS_DEV(priv->dev_id)) { is_dual = (otp[0][0] >> 4) & 0x01; + if (!is_dual) { + /* For support TrackStick of Thinkpad L/E series */ + if (alps_exit_command_mode(psmouse) == 0 && + alps_enter_command_mode(psmouse) == 0) { + reg_val = alps_command_mode_read_reg(psmouse, + 0xD7); + } + alps_exit_command_mode(psmouse); + ps2_command(ps2dev, NULL, PSMOUSE_CMD_ENABLE); + + if (reg_val == 0x0C || reg_val == 0x1D) + is_dual = true; + } + } + if (is_dual) priv->flags |= ALPS_DUALPOINT | ALPS_DUALPOINT_WITH_PRESSURE; @@ -2573,7 +2591,7 @@ static int alps_set_defaults_ss4_v2(stru alps_update_btn_info_ss4_v2(otp, priv); - alps_update_dual_info_ss4_v2(otp, priv); + alps_update_dual_info_ss4_v2(otp, priv, psmouse); return 0; }