From patchwork Tue Mar 27 11:09:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 10309739 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 6F109600F6 for ; Tue, 27 Mar 2018 11:09:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5442D29CBB for ; Tue, 27 Mar 2018 11:09:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 47D3529CC6; Tue, 27 Mar 2018 11:09:25 +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.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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 ADA6C29CBB for ; Tue, 27 Mar 2018 11:09:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751030AbeC0LJY (ORCPT ); Tue, 27 Mar 2018 07:09:24 -0400 Received: from gofer.mess.org ([88.97.38.141]:41559 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbeC0LJX (ORCPT ); Tue, 27 Mar 2018 07:09:23 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 749A660A5A; Tue, 27 Mar 2018 12:09:22 +0100 (BST) From: Sean Young To: linux-input@vger.kernel.org Subject: [PATCH] Input: synaptics - Lenovo Thinkpad Carbon X1 6th Gen should use RMI Date: Tue, 27 Mar 2018 12:09:22 +0100 Message-Id: <20180327110922.19198-1-sean@mess.org> X-Mailer: git-send-email 2.11.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 Works fine on type 20KH, even after suspend resume cycle. Signed-off-by: Sean Young --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index a246fc686bb7..ce1945630f40 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0048", /* X1 Carbon 3 */ "LEN0046", /* X250 */ "LEN004a", /* W541 */ + "LEN0091", /* X1 Carbon 6 */ "LEN200f", /* T450s */ NULL };