From patchwork Mon Oct 16 15:50:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Ma X-Patchwork-Id: 826403 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yG2pp5y9Tz9t3Z; Tue, 17 Oct 2017 02:50:42 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1e47f5-0001MB-CW; Mon, 16 Oct 2017 15:50:39 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1e47f3-0001JZ-Qa for kernel-team@lists.ubuntu.com; Mon, 16 Oct 2017 15:50:37 +0000 Received: from [111.196.83.98] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1e47f2-0002br-Pw; Mon, 16 Oct 2017 15:50:37 +0000 From: Aaron Ma To: kernel-team@lists.ubuntu.com, timo.aaltonen@canonical.com, aaron.ma@canonical.com Subject: [PATCH 2/3] UBUNTU: SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI Date: Mon, 16 Oct 2017 23:50:25 +0800 Message-Id: <20171016155026.5588-3-aaron.ma@canonical.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171016155026.5588-1-aaron.ma@canonical.com> References: <20171016155026.5588-1-aaron.ma@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Yiannis Marangos BugLink: http://bugs.launchpad.net/bugs/1723986 Link: https://patchwork.kernel.org/patch/9989549/ Signed-off-by: Yiannis Marangos Signed-off-by: Aaron Ma --- 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 5af0b7d200bc..eecb8872c1a5 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 */ + "LEN0073", /* X1 Carbon 5 */ "LEN200f", /* T450s */ NULL };