From patchwork Mon Feb 19 19:35:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Richard_Sch=C3=BCtz?= X-Patchwork-Id: 10228565 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5B2BC60392 for ; Mon, 19 Feb 2018 19:36:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4BCD62861D for ; Mon, 19 Feb 2018 19:36:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3FE0828B0A; Mon, 19 Feb 2018 19:36:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2F2432861D for ; Mon, 19 Feb 2018 19:36:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753466AbeBSTgV (ORCPT ); Mon, 19 Feb 2018 14:36:21 -0500 Received: from nsmtp.uni-koblenz.de ([141.26.64.14]:33041 "EHLO nsmtp.uni-koblenz.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753452AbeBSTgU (ORCPT ); Mon, 19 Feb 2018 14:36:20 -0500 Received: from localhost (localhost [127.0.0.1]) by nsmtp.uni-koblenz.de (Postfix) with ESMTP id 334232205C7; Mon, 19 Feb 2018 20:36:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uni-koblenz.de; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received:received; s=mail; t=1519068977; x= 1520883378; bh=DgI9dX7kKn/uHeaKlV13hxDveJHCbZ8yD/5zfaJ58tk=; b=M JTIQ2d8MuuWqM9BAHX2cubGCrPgbknwAH4qdMMemEdTg3wD0hd+sVzrdCfyZSK4k AL1zTzMcZ53NbHCQBsNrevCXDjX06vPAeztxdvSRHZAc9vMuZe+DTPYjRcrFKZIa TTrJqOhHWWRgsQEKQ7HCZH45eJNrc8l4+aJ42qnihA= X-Virus-Scanned: Debian amavisd-new at uni-koblenz.de Received: from nsmtp.uni-koblenz.de ([127.0.0.1]) by localhost (nsmtp.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qlmhl10pBg4w; Mon, 19 Feb 2018 20:36:17 +0100 (CET) Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by nsmtp.uni-koblenz.de (Postfix) with ESMTPS; Mon, 19 Feb 2018 20:36:17 +0100 (CET) Received: from cragganmore.lan (061-159-053-185.ip-addr.innogy-telnet.de [185.53.159.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 2EF6D30410A; Mon, 19 Feb 2018 20:36:17 +0100 (CET) From: =?UTF-8?q?Richard=20Sch=C3=BCtz?= To: Dmitry Torokhov , Zhenjie Wang , linux-input@vger.kernel.org Cc: =?UTF-8?q?Richard=20Sch=C3=BCtz?= Subject: [PATCH] Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI" Date: Mon, 19 Feb 2018 20:35:23 +0100 Message-Id: <20180219193523.6287-1-rschuetz@uni-koblenz.de> X-Mailer: git-send-email 2.16.2 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This reverts commit 48282969826b3d3c76e908182f69724d86d995fe. RMI is unreliable on the ThinkPad T460p because the device is affected by the firmware behavior addressed in a7ae81952cda ("i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR"). Signed-off-by: Richard Schütz --- drivers/input/mouse/synaptics.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 3d2e23a0ae39..a246fc686bb7 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -173,7 +173,6 @@ static const char * const smbus_pnp_ids[] = { "LEN0046", /* X250 */ "LEN004a", /* W541 */ "LEN200f", /* T450s */ - "LEN2018", /* T460p */ NULL };