Received: by 10.213.65.68 with SMTP id h4csp683091imn; Fri, 6 Apr 2018 07:15:21 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/72MgSO/ET3K4iQVme4E+XkjfvVmVMIq129EWnqyy060bZPtjq0VrnNkFxCEqI9d5DYVTo X-Received: by 10.98.185.23 with SMTP id z23mr13195731pfe.180.1523024121503; Fri, 06 Apr 2018 07:15:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523024121; cv=none; d=google.com; s=arc-20160816; b=BuR4druJOU4Y4/2NdsuZuYhLp4mfTt7+LfERhacr5pxWBSJx6YhhfhtXvZP2RVHaQW 2x8YImpHVv2E7IqBtAekEezE8dfvgn81jDy2BZOt0n53pwFS/b2U5dlaXi5xf2ILY8uo tsC8rYNt5IRnV+nqXGlr3O5baq1/QkFSlFrevyOht1h1LMj4+GHwqoG7yh3z3EqA62i7 Od2Z9JevH8/bUhGrrxxcMF3utANUgve3AS+MyWORqq6sbKOyV3naipSooneWhUsJY4F0 J9lOAQP2KyoRZpwSYqRWu3rcyh6fBXcTO/0vX4QXo0DHL3F2WfvC6j+I+4fxuF3JjzhI XWHQ== 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=Cf5LutxhstdE/rs44mQrVwdOZaEfnGp1hYJbITa/Sok=; b=e7vDLY220EW3ViuwsUs+WbVibF+qnP4c5fbcwarMEMV6PJpoczhT+ATyvGjqodU2qd 5JsxJ5Tmijq/9OaijtiTLGMZLIE8I+s+KtkTLsPGW2MPG/iy1h0EHfUV3MDLD7ysT8xR zk/aZf5lR1/EQwjq9pH1+2GexNLb2X9zaHWysYW0nXIF9IspQCN9CQoJLSfOFEbASGrA r5x317bFIvh8KDs9FySZN5fah0tRs093GO7qAo4IS/MZvc+xX+w/4aFKSKSEmYvYlW5Z SBejpmMZ62QA1O+Tr1PCLOms3rD2Yq6/KVi/WcdsJte4BoPwKLU+PO/AlN4ly3e8dNvG xXSA== 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 s85si8053300pfi.32.2018.04.06.07.15.07; Fri, 06 Apr 2018 07:15:21 -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 S932748AbeDFNjy (ORCPT + 99 others); Fri, 6 Apr 2018 09:39:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34806 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932706AbeDFNjv (ORCPT ); Fri, 6 Apr 2018 09:39:51 -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 A9F2FD17; Fri, 6 Apr 2018 13:39:50 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dennis Wassenberg , Dmitry Torokhov Subject: [PATCH 4.14 58/67] Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list Date: Fri, 6 Apr 2018 15:24:28 +0200 Message-Id: <20180406084348.228109399@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084341.225558262@linuxfoundation.org> References: <20180406084341.225558262@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.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Dennis Wassenberg commit b56af54ac78c54a519d82813836f305d7f76ef27 upstream. Reset i8042 before probing because of insufficient BIOS initialisation of the i8042 serial controller. This makes Synaptics touchpad detection possible. Without resetting the Synaptics touchpad is not detected because there are always NACK messages from AUX port. Signed-off-by: Dennis Wassenberg Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ 1 file changed, 7 insertions(+) --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -621,6 +621,13 @@ static const struct dmi_system_id __init }, }, { + /* Lenovo ThinkPad L460 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L460"), + }, + }, + { /* Clevo P650RS, 650RP6, Sager NP8152-S, and others */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),