Received: by 10.213.65.68 with SMTP id h4csp747526imn; Fri, 6 Apr 2018 08:13:53 -0700 (PDT) X-Google-Smtp-Source: AIpwx49BV83yxUwwdGiXUBvgLuMyPPcC7/1IYSgxNON790za9ba2rcxhdb+IlwL+cphPIDGSxehL X-Received: by 2002:a17:902:1e2:: with SMTP id b89-v6mr27262221plb.389.1523027633535; Fri, 06 Apr 2018 08:13:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523027633; cv=none; d=google.com; s=arc-20160816; b=N4ZWzDvdzJWnvOpe2GgtefGeSL+75/uVf5lhfRue5otRxLIpPCSRdAUotaUFN9mssF LAhqGel5jLnO4K6OtLpPOnIcWkWkSFCWLBR237mM86QNhGj/4kQU4xGy2e6LN5b3T57Y CNYeCLzL1tWFu/cIjwfheDmfE1dW9qBvmT4n31DIjrPP+I2vZP+vZsKxRQbMNBqU1XaH 0QE7+CihmqJPTs6Ap0/ZbcsNkpz1UeVifFkKWW8DFFJ+rybZpU/ae8BTJDVKi+/kJzw8 MdMOE9Wy7DhqN0AWO4Z9/EYW+0sw8M+wpBuVEufn0z/f4fwEVWw2FU6bhJAiNo4/kRvZ H/HA== 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=EGBnDKPNX/nG/RsI0+nL5dyNRnrKNHp1gRpj8mwq2bY=; b=T504lJhq+AP7hbFiSmfhMEb38o2NhYJaXlkVIE+91Lw9RDB+Ld3YEi32N+0oWBvkxL zaG67TsmFPLSuOPbx30RJuzY76UP4/meEi+BAUMnPkEbniYCT0gy3QaJmRYD09YVvqZj 6kXTQnc6skXuLS+xVjyj1CV0qv5PnbD87nW26McWG+Svz5vyU3NDu88N81w3K5ASuAa2 WxpFmdHC5Ub93VRwZHGp6vziU9ZDKm1N1pnbPQEmoyy40ki69ztu7e0DVG4pTPSqUBXq 2MhGQQjwZ5/rRH3vXq03SaeVpsr1YU407BOrbxdO6xgfD4YFOkjx6yQ1XmEWvVJ7Zmt5 ufHg== 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 a6-v6si8614243pll.722.2018.04.06.08.13.39; Fri, 06 Apr 2018 08:13:53 -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 S1754536AbeDFN3E (ORCPT + 99 others); Fri, 6 Apr 2018 09:29:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55592 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754188AbeDFN3B (ORCPT ); Fri, 6 Apr 2018 09:29:01 -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 33D9BCE0; Fri, 6 Apr 2018 13:29:01 +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 3.18 85/93] Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list Date: Fri, 6 Apr 2018 15:23:54 +0200 Message-Id: <20180406084228.902828711@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084224.918716300@linuxfoundation.org> References: <20180406084224.918716300@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 3.18-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 @@ -603,6 +603,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"),