{"id":808575,"url":"http://patchwork.ozlabs.org/api/1.0/patches/808575/?format=json","project":{"id":15,"url":"http://patchwork.ozlabs.org/api/1.0/projects/15/?format=json","name":"Ubuntu Kernel","link_name":"ubuntu-kernel","list_id":"kernel-team.lists.ubuntu.com","list_email":"kernel-team@lists.ubuntu.com","web_url":null,"scm_url":null,"webscm_url":null},"msgid":"<20170901080428.7278-2-kai.heng.feng@canonical.com>","date":"2017-09-01T08:04:28","name":"[1/1,SRU,X/Z] Input: elan_i2c - add ELAN0608 to the ACPI table","commit_ref":null,"pull_url":null,"state":"new","archived":false,"hash":"cb48cac3ebccefe01295d31907a04e21d8ce80c5","submitter":{"id":70328,"url":"http://patchwork.ozlabs.org/api/1.0/people/70328/?format=json","name":"Kai-Heng Feng","email":"kai.heng.feng@canonical.com"},"delegate":null,"mbox":"http://patchwork.ozlabs.org/project/ubuntu-kernel/patch/20170901080428.7278-2-kai.heng.feng@canonical.com/mbox/","series":[{"id":970,"url":"http://patchwork.ozlabs.org/api/1.0/series/970/?format=json","date":"2017-09-01T08:04:27","name":"Enable touchpad for Lenovo ideapad 320-14IKB","version":1,"mbox":"http://patchwork.ozlabs.org/series/970/mbox/"}],"check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/808575/checks/","tags":{},"headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3xkBcD2X9Zz9s81;\n\tFri,  1 Sep 2017 18:05:00 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.76)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dngwj-0002Tf-LK; Fri, 01 Sep 2017 08:04:57 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <kai.heng.feng@canonical.com>)\n\tid 1dngwU-0002PK-2X\n\tfor kernel-team@lists.ubuntu.com; Fri, 01 Sep 2017 08:04:42 +0000","from [175.41.48.77] (helo=localhost)\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <kai.heng.feng@canonical.com>)\n\tid 1dngwT-0004Ya-9v; Fri, 01 Sep 2017 08:04:41 +0000"],"From":"Kai-Heng Feng <kai.heng.feng@canonical.com>","To":"kernel-team@lists.ubuntu.com","Subject":"[PATCH 1/1 SRU X/Z] Input: elan_i2c - add ELAN0608 to the ACPI table","Date":"Fri,  1 Sep 2017 16:04:28 +0800","Message-Id":"<20170901080428.7278-2-kai.heng.feng@canonical.com>","X-Mailer":"git-send-email 2.14.1","In-Reply-To":"<20170901080428.7278-1-kai.heng.feng@canonical.com>","References":"<20170901080428.7278-1-kai.heng.feng@canonical.com>","Cc":"Dmitry Torokhov <dmitry.torokhov@gmail.com>, stable@vger.kernel.org","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.14","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"kernel-team-bounces@lists.ubuntu.com"},"content":"BugLink: https://bugs.launchpad.net/bugs/1708852\n\nSimilar to commit 722c5ac708b4f (\"Input: elan_i2c - add ELAN0605 to the\nACPI table\"), ELAN0608 should be handled by elan_i2c.\n\nThis touchpad can be found in Lenovo ideapad 320-14IKB.\n\nBugLink: https://bugs.launchpad.net/bugs/1708852\n\nSigned-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>\nCc: stable@vger.kernel.org\nSigned-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>\n(cherry picked from commit 1874064eed0502bd9bef7be8023757b0c4f26883)\nSigned-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>\n---\n drivers/input/mouse/elan_i2c_core.c | 1 +\n 1 file changed, 1 insertion(+)","diff":"diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c\nindex a26f44c28d82..36bbf1728bbb 100644\n--- a/drivers/input/mouse/elan_i2c_core.c\n+++ b/drivers/input/mouse/elan_i2c_core.c\n@@ -1234,6 +1234,7 @@ static const struct acpi_device_id elan_acpi_id[] = {\n \t{ \"ELAN0100\", 0 },\n \t{ \"ELAN0600\", 0 },\n \t{ \"ELAN0605\", 0 },\n+\t{ \"ELAN0608\", 0 },\n \t{ \"ELAN1000\", 0 },\n \t{ }\n };\n","prefixes":["1/1","SRU","X/Z"]}