[{"id":1776157,"web_url":"http://patchwork.ozlabs.org/comment/1776157/","msgid":"<10f63357-360c-136f-b66d-987c5b2e9ff4@canonical.com>","list_archive_url":null,"date":"2017-09-27T09:07:06","subject":"ACK: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":32126,"url":"http://patchwork.ozlabs.org/api/people/32126/","name":"Hui Wang","email":"hui.wang@canonical.com"},"content":"On 09/27/2017 04:43 PM, Aaron Ma wrote:\n> BugLink: https://launchpad.net/bugs/1715271\n>\n> [Impact]\n> Trackpoint is not recognized on Thinkpad X1 Carbon/Yoga.\n>\n> It is shown as PS/2 common device.\n>\n> [Fix]\n> Add device ID when detect it.\n>\n> [Test Case]\n> xinput show:\n> TPPS/2 IBM TrackPoint\n>\n> [Regression Potential]\n> Very low.\n> Add new ID to support new device.\n>\n> This patch had been merged to xenial kernel, but not in Zesty.\n> And it is already in Artful kernel.\n>\n> So please apply it in Zesty only.\n\nAcked-by: Hui Wang<hui.wang@canonical.com>\n\n\n>\n> Aaron Ma (1):\n>    Input: trackpoint - add new trackpoint firmware ID\n>\n>   drivers/input/mouse/trackpoint.c | 3 ++-\n>   drivers/input/mouse/trackpoint.h | 3 ++-\n>   2 files changed, 4 insertions(+), 2 deletions(-)\n>","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 3y2Bm90hx4z9tXG;\n\tWed, 27 Sep 2017 19:07:21 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dx8JG-0004nj-6o; Wed, 27 Sep 2017 09:07:14 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <hui.wang@canonical.com>)\n\tid 1dx8JE-0004nc-Dc\n\tfor kernel-team@lists.ubuntu.com; Wed, 27 Sep 2017 09:07:12 +0000","from [123.114.48.211] (helo=[192.168.1.111])\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <hui.wang@canonical.com>)\n\tid 1dx8JD-0007L0-RQ; Wed, 27 Sep 2017 09:07:12 +0000"],"Subject":"ACK: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","To":"Aaron Ma <aaron.ma@canonical.com>, kernel-team@lists.ubuntu.com","References":"<20170927084318.27549-1-aaron.ma@canonical.com>","From":"Hui Wang <hui.wang@canonical.com>","Message-ID":"<10f63357-360c-136f-b66d-987c5b2e9ff4@canonical.com>","Date":"Wed, 27 Sep 2017 17:07:06 +0800","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101\n\tThunderbird/45.2.0","MIME-Version":"1.0","In-Reply-To":"<20170927084318.27549-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 <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>","Content-Type":"multipart/mixed;\n\tboundary=\"===============6879988917553361922==\"","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1776554,"web_url":"http://patchwork.ozlabs.org/comment/1776554/","msgid":"<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>","list_archive_url":null,"date":"2017-09-27T19:14:59","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":2898,"url":"http://patchwork.ozlabs.org/api/people/2898/","name":"Stefan Bader","email":"stefan.bader@canonical.com"},"content":"On 27.09.2017 04:43, Aaron Ma wrote:\n> BugLink: https://launchpad.net/bugs/1715271\n> \n> [Impact]\n> Trackpoint is not recognized on Thinkpad X1 Carbon/Yoga.\n> \n> It is shown as PS/2 common device.\n> \n> [Fix]\n> Add device ID when detect it.\n> \n> [Test Case]\n> xinput show:\n> TPPS/2 IBM TrackPoint\n> \n> [Regression Potential]\n> Very low.\n> Add new ID to support new device.\n> \n> This patch had been merged to xenial kernel, but not in Zesty.\n> And it is already in Artful kernel.\n> \n> So please apply it in Zesty only.\n> \n> Aaron Ma (1):\n>   Input: trackpoint - add new trackpoint firmware ID\n> \n>  drivers/input/mouse/trackpoint.c | 3 ++-\n>  drivers/input/mouse/trackpoint.h | 3 ++-\n>  2 files changed, 4 insertions(+), 2 deletions(-)\n> \nThe patch looks ok'ish but why is the Zesty task of the bug report set to fix\ncommitted? That would only be true if it was applied to the git tree.\n\n-Stefan","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 3y2SFS0QH0z9t49;\n\tThu, 28 Sep 2017 05:15:08 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dxHnT-0004bf-Am; Wed, 27 Sep 2017 19:15:03 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <stefan.bader@canonical.com>)\n\tid 1dxHnR-0004ag-Bv\n\tfor kernel-team@lists.ubuntu.com; Wed, 27 Sep 2017 19:15:01 +0000","from rrcs-69-193-151-51.nyc.biz.rr.com ([69.193.151.51]\n\thelo=[10.155.52.21]) by youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <stefan.bader@canonical.com>)\n\tid 1dxHnR-0001k6-2Q; Wed, 27 Sep 2017 19:15:01 +0000"],"Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","To":"Aaron Ma <aaron.ma@canonical.com>, kernel-team@lists.ubuntu.com","References":"<20170927084318.27549-1-aaron.ma@canonical.com>","From":"Stefan Bader <stefan.bader@canonical.com>","Message-ID":"<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>","Date":"Wed, 27 Sep 2017 15:14:59 -0400","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170927084318.27549-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 <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>","Content-Type":"multipart/mixed;\n\tboundary=\"===============3570787627268317203==\"","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1776721,"web_url":"http://patchwork.ozlabs.org/comment/1776721/","msgid":"<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>","list_archive_url":null,"date":"2017-09-28T01:57:45","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":72035,"url":"http://patchwork.ozlabs.org/api/people/72035/","name":"Aaron Ma","email":"aaron.ma@canonical.com"},"content":"On 09/28/2017 03:14 AM, Stefan Bader wrote:\n> On 27.09.2017 04:43, Aaron Ma wrote:\n>> BugLink: https://launchpad.net/bugs/1715271\n>>\n>> [Impact]\n>> Trackpoint is not recognized on Thinkpad X1 Carbon/Yoga.\n>>\n>> It is shown as PS/2 common device.\n>>\n>> [Fix]\n>> Add device ID when detect it.\n>>\n>> [Test Case]\n>> xinput show:\n>> TPPS/2 IBM TrackPoint\n>>\n>> [Regression Potential]\n>> Very low.\n>> Add new ID to support new device.\n>>\n>> This patch had been merged to xenial kernel, but not in Zesty.\n>> And it is already in Artful kernel.\n>>\n>> So please apply it in Zesty only.\n>>\n>> Aaron Ma (1):\n>>   Input: trackpoint - add new trackpoint firmware ID\n>>\n>>  drivers/input/mouse/trackpoint.c | 3 ++-\n>>  drivers/input/mouse/trackpoint.h | 3 ++-\n>>  2 files changed, 4 insertions(+), 2 deletions(-)\n>>\n> The patch looks ok'ish but why is the Zesty task of the bug report set to fix\n> committed? That would only be true if it was applied to the git tree.\n> \n\nThere are two patches need to be applied on Zesty. I sent the patch:\ncommit d1cc4ec84d1343646de15e87f7229e643ea3f75f\nAuthor: Oscar Campos <oscar.campos@member.fsf.org>\nDate:   Wed Sep 6 06:29:00 2017 +0200\n\n    Input: trackpoint - assume 3 buttons when buttons detection fails\n\n    BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1715271\n\n    Trackpoint buttons detection fails on ThinkPad 570 and 470 series,\n    this makes the middle button of the trackpoint to not being recogized.\n    As I don't believe there is any trackpoint with less than 3 buttons this\n    patch just assumes three buttons when the extended button information\n    read fails.\n\n    Signed-off-by: Oscar Campos <oscar.campos@member.fsf.org>\n    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>\n    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>\n    (backported from commit 293b915fd9bebf33cdc906516fb28d54649a25ac)\n    Signed-off-by: Aaron Ma <aaron.ma@canonical.com>\n    Acked-by: Seth Forshee <seth.forshee@canonical.com>\n    Acked-by: Hui Wang <hui.wang@canonical.com>\n    Signed-off-by: Stefan Bader <stefan.bader@canonical.com>\n\nThat's why the bug is set as fix committed.\n\nThis patch is on stable kernel 4.4/4.9/4.12, but not Zesty.\nSo I send this patch here.\n\nSorry for any inconvenience.\n\nRegards,\nAaron\n\n> -Stefan\n>","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 3y2dBH4vc5z9t6C;\n\tThu, 28 Sep 2017 11:57:59 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dxO5I-0000pG-1m; Thu, 28 Sep 2017 01:57:52 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <aaron.ma@canonical.com>)\n\tid 1dxO5G-0000X5-23\n\tfor kernel-team@lists.ubuntu.com; Thu, 28 Sep 2017 01:57:50 +0000","from [114.245.43.191] (helo=[192.168.1.18])\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <aaron.ma@canonical.com>)\n\tid 1dxO5F-0002HX-H0; Thu, 28 Sep 2017 01:57:49 +0000"],"Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","To":"Stefan Bader <stefan.bader@canonical.com>, kernel-team@lists.ubuntu.com","References":"<20170927084318.27549-1-aaron.ma@canonical.com>\n\t<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>","From":"Aaron Ma <aaron.ma@canonical.com>","Message-ID":"<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>","Date":"Thu, 28 Sep 2017 09:57:45 +0800","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>","Content-Language":"en-US","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","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>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1782629,"web_url":"http://patchwork.ozlabs.org/comment/1782629/","msgid":"<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>","list_archive_url":null,"date":"2017-10-09T09:23:26","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":72035,"url":"http://patchwork.ozlabs.org/api/people/72035/","name":"Aaron Ma","email":"aaron.ma@canonical.com"},"content":"Hi Stefan and Seth:\n\nCould anyone apply this patch to Zesty kernel?\n\nRegards,\nAaron\n\nOn 09/28/2017 09:57 AM, Aaron Ma wrote:\n> \n> \n> On 09/28/2017 03:14 AM, Stefan Bader wrote:\n>> On 27.09.2017 04:43, Aaron Ma wrote:\n>>> BugLink: https://launchpad.net/bugs/1715271\n>>>\n>>> [Impact]\n>>> Trackpoint is not recognized on Thinkpad X1 Carbon/Yoga.\n>>>\n>>> It is shown as PS/2 common device.\n>>>\n>>> [Fix]\n>>> Add device ID when detect it.\n>>>\n>>> [Test Case]\n>>> xinput show:\n>>> TPPS/2 IBM TrackPoint\n>>>\n>>> [Regression Potential]\n>>> Very low.\n>>> Add new ID to support new device.\n>>>\n>>> This patch had been merged to xenial kernel, but not in Zesty.\n>>> And it is already in Artful kernel.\n>>>\n>>> So please apply it in Zesty only.\n>>>\n>>> Aaron Ma (1):\n>>>   Input: trackpoint - add new trackpoint firmware ID\n>>>\n>>>  drivers/input/mouse/trackpoint.c | 3 ++-\n>>>  drivers/input/mouse/trackpoint.h | 3 ++-\n>>>  2 files changed, 4 insertions(+), 2 deletions(-)\n>>>\n>> The patch looks ok'ish but why is the Zesty task of the bug report set to fix\n>> committed? That would only be true if it was applied to the git tree.\n>>\n> \n> There are two patches need to be applied on Zesty. I sent the patch:\n> commit d1cc4ec84d1343646de15e87f7229e643ea3f75f\n> Author: Oscar Campos <oscar.campos@member.fsf.org>\n> Date:   Wed Sep 6 06:29:00 2017 +0200\n> \n>     Input: trackpoint - assume 3 buttons when buttons detection fails\n> \n>     BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1715271\n> \n>     Trackpoint buttons detection fails on ThinkPad 570 and 470 series,\n>     this makes the middle button of the trackpoint to not being recogized.\n>     As I don't believe there is any trackpoint with less than 3 buttons this\n>     patch just assumes three buttons when the extended button information\n>     read fails.\n> \n>     Signed-off-by: Oscar Campos <oscar.campos@member.fsf.org>\n>     Acked-by: Peter Hutterer <peter.hutterer@who-t.net>\n>     Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>\n>     (backported from commit 293b915fd9bebf33cdc906516fb28d54649a25ac)\n>     Signed-off-by: Aaron Ma <aaron.ma@canonical.com>\n>     Acked-by: Seth Forshee <seth.forshee@canonical.com>\n>     Acked-by: Hui Wang <hui.wang@canonical.com>\n>     Signed-off-by: Stefan Bader <stefan.bader@canonical.com>\n> \n> That's why the bug is set as fix committed.\n> \n> This patch is on stable kernel 4.4/4.9/4.12, but not Zesty.\n> So I send this patch here.\n> \n> Sorry for any inconvenience.\n> \n> Regards,\n> Aaron\n> \n>> -Stefan\n>>\n>","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 3y9ZYP15gjz9tXF;\n\tMon,  9 Oct 2017 20:23:37 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e1UHc-0004V1-PN; Mon, 09 Oct 2017 09:23:32 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <aaron.ma@canonical.com>)\n\tid 1e1UHa-0004Up-Pz\n\tfor kernel-team@lists.ubuntu.com; Mon, 09 Oct 2017 09:23:30 +0000","from [114.249.240.89] (helo=[192.168.1.18])\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <aaron.ma@canonical.com>)\n\tid 1e1UHa-0006ZQ-9d; Mon, 09 Oct 2017 09:23:30 +0000"],"Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","From":"Aaron Ma <aaron.ma@canonical.com>","To":"Stefan Bader <stefan.bader@canonical.com>, kernel-team@lists.ubuntu.com","References":"<20170927084318.27549-1-aaron.ma@canonical.com>\n\t<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>\n\t<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>","Message-ID":"<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>","Date":"Mon, 9 Oct 2017 17:23:26 +0800","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>","Content-Language":"en-US","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","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>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1783652,"web_url":"http://patchwork.ozlabs.org/comment/1783652/","msgid":"<20171010112929.vbcksjzgjohxmyss@calabresa>","list_archive_url":null,"date":"2017-10-10T11:29:30","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":70574,"url":"http://patchwork.ozlabs.org/api/people/70574/","name":"Thadeu Lima de Souza Cascardo","email":"cascardo@canonical.com"},"content":"On Mon, Oct 09, 2017 at 05:23:26PM +0800, Aaron Ma wrote:\n> Hi Stefan and Seth:\n> \n> Could anyone apply this patch to Zesty kernel?\n> \n> Regards,\n> Aaron\n\nYou need a second ACK that is a proper response (has In-Reply-To header\nreferring to the patch or cover letter) before the start of the new\ncycle. You have just missed the start of this cycle, so after you get\nthat ACK, it will be considered for the next cycle.\n\nThanks.\nCascardo.","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 3yBFJR6Hl1z9t3Z;\n\tTue, 10 Oct 2017 22:29:43 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e1sjA-0001Ie-AL; Tue, 10 Oct 2017 11:29:36 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <cascardo@canonical.com>)\n\tid 1e1sj9-0001IG-P8\n\tfor kernel-team@lists.ubuntu.com; Tue, 10 Oct 2017 11:29:35 +0000","from [177.94.55.56] (helo=calabresa)\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <cascardo@canonical.com>)\n\tid 1e1sj9-0007ug-4C; Tue, 10 Oct 2017 11:29:35 +0000"],"Date":"Tue, 10 Oct 2017 08:29:30 -0300","From":"Thadeu Lima de Souza Cascardo <cascardo@canonical.com>","To":"Aaron Ma <aaron.ma@canonical.com>","Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","Message-ID":"<20171010112929.vbcksjzgjohxmyss@calabresa>","References":"<20170927084318.27549-1-aaron.ma@canonical.com>\n\t<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>\n\t<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>\n\t<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>","User-Agent":"NeoMutt/20170113 (1.7.2)","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","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>","Cc":"kernel-team@lists.ubuntu.com","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1783654,"web_url":"http://patchwork.ozlabs.org/comment/1783654/","msgid":"<98d08ae9-fb9e-0254-d0ce-585da87d80ff@canonical.com>","list_archive_url":null,"date":"2017-10-10T11:32:52","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":72035,"url":"http://patchwork.ozlabs.org/api/people/72035/","name":"Aaron Ma","email":"aaron.ma@canonical.com"},"content":"Hi Cascardo:\n\nI have 2 ACK already:\n\n1st is from Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>\n2nd is from Acked-by: Hui Wang <hui.wang@canonical.com>\n\nIs this enough?\n\nRegards,\nAaron\n\nOn 10/10/2017 07:29 PM, Thadeu Lima de Souza Cascardo wrote:\n> On Mon, Oct 09, 2017 at 05:23:26PM +0800, Aaron Ma wrote:\n>> Hi Stefan and Seth:\n>>\n>> Could anyone apply this patch to Zesty kernel?\n>>\n>> Regards,\n>> Aaron\n> \n> You need a second ACK that is a proper response (has In-Reply-To header\n> referring to the patch or cover letter) before the start of the new\n> cycle. You have just missed the start of this cycle, so after you get\n> that ACK, it will be considered for the next cycle.\n> \n> Thanks.\n> Cascardo.\n>","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 3yBFNG5cmVz9t3Z;\n\tTue, 10 Oct 2017 22:33:02 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e1smR-0002RM-B6; Tue, 10 Oct 2017 11:32:59 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <aaron.ma@canonical.com>)\n\tid 1e1smQ-0002Qh-2k\n\tfor kernel-team@lists.ubuntu.com; Tue, 10 Oct 2017 11:32:58 +0000","from [222.129.38.103] (helo=[192.168.1.18])\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <aaron.ma@canonical.com>)\n\tid 1e1smP-0008Dr-Hw; Tue, 10 Oct 2017 11:32:57 +0000"],"Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","To":"Thadeu Lima de Souza Cascardo <cascardo@canonical.com>","References":"<20170927084318.27549-1-aaron.ma@canonical.com>\n\t<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>\n\t<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>\n\t<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>\n\t<20171010112929.vbcksjzgjohxmyss@calabresa>","From":"Aaron Ma <aaron.ma@canonical.com>","Message-ID":"<98d08ae9-fb9e-0254-d0ce-585da87d80ff@canonical.com>","Date":"Tue, 10 Oct 2017 19:32:52 +0800","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20171010112929.vbcksjzgjohxmyss@calabresa>","Content-Language":"en-US","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","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>","Cc":"kernel-team@lists.ubuntu.com","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1783661,"web_url":"http://patchwork.ozlabs.org/comment/1783661/","msgid":"<20171010114249.uosh2ydd62dtascx@calabresa>","list_archive_url":null,"date":"2017-10-10T11:42:49","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":70574,"url":"http://patchwork.ozlabs.org/api/people/70574/","name":"Thadeu Lima de Souza Cascardo","email":"cascardo@canonical.com"},"content":"On Tue, Oct 10, 2017 at 07:32:52PM +0800, Aaron Ma wrote:\n> Hi Cascardo:\n> \n> I have 2 ACK already:\n> \n> 1st is from Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>\n\nThis one is not a proper response, it either needs to be resent with a\nproper In-Reply-To header (with that exact capitalization), or you need\nanother ACK.\n\nCascardo.\n\n> 2nd is from Acked-by: Hui Wang <hui.wang@canonical.com>\n> \n> Is this enough?\n> \n> Regards,\n> Aaron\n> \n> On 10/10/2017 07:29 PM, Thadeu Lima de Souza Cascardo wrote:\n> > On Mon, Oct 09, 2017 at 05:23:26PM +0800, Aaron Ma wrote:\n> >> Hi Stefan and Seth:\n> >>\n> >> Could anyone apply this patch to Zesty kernel?\n> >>\n> >> Regards,\n> >> Aaron\n> > \n> > You need a second ACK that is a proper response (has In-Reply-To header\n> > referring to the patch or cover letter) before the start of the new\n> > cycle. You have just missed the start of this cycle, so after you get\n> > that ACK, it will be considered for the next cycle.\n> > \n> > Thanks.\n> > Cascardo.\n> >","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 3yBFbm1gbkz9t4V;\n\tTue, 10 Oct 2017 22:43:00 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e1sw3-0004za-Gf; Tue, 10 Oct 2017 11:42:55 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <cascardo@canonical.com>)\n\tid 1e1sw3-0004zS-0j\n\tfor kernel-team@lists.ubuntu.com; Tue, 10 Oct 2017 11:42:55 +0000","from [177.94.55.56] (helo=calabresa)\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <cascardo@canonical.com>)\n\tid 1e1sw2-0000eO-BG; Tue, 10 Oct 2017 11:42:54 +0000"],"Date":"Tue, 10 Oct 2017 08:42:49 -0300","From":"Thadeu Lima de Souza Cascardo <cascardo@canonical.com>","To":"Aaron Ma <aaron.ma@canonical.com>","Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","Message-ID":"<20171010114249.uosh2ydd62dtascx@calabresa>","References":"<20170927084318.27549-1-aaron.ma@canonical.com>\n\t<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>\n\t<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>\n\t<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>\n\t<20171010112929.vbcksjzgjohxmyss@calabresa>\n\t<98d08ae9-fb9e-0254-d0ce-585da87d80ff@canonical.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<98d08ae9-fb9e-0254-d0ce-585da87d80ff@canonical.com>","User-Agent":"NeoMutt/20170113 (1.7.2)","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","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>","Cc":"kernel-team@lists.ubuntu.com","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1784285,"web_url":"http://patchwork.ozlabs.org/comment/1784285/","msgid":"<CAMy_GT9tNPhSNOT6m=CNysJ=BUkmGO_VOCxyOA+fOt8WVcqb6w@mail.gmail.com>","list_archive_url":null,"date":"2017-10-11T04:16:22","subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","submitter":{"id":70488,"url":"http://patchwork.ozlabs.org/api/people/70488/","name":"Po-Hsu Lin","email":"po-hsu.lin@canonical.com"},"content":"On Tue, Oct 10, 2017 at 7:42 PM, Thadeu Lima de Souza Cascardo\n<cascardo@canonical.com> wrote:\n> On Tue, Oct 10, 2017 at 07:32:52PM +0800, Aaron Ma wrote:\n>> Hi Cascardo:\n>>\n>> I have 2 ACK already:\n>>\n>> 1st is from Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>\n>\n> This one is not a proper response, it either needs to be resent with a\n> proper In-Reply-To header (with that exact capitalization), or you need\n> another ACK.\nThis one was sent before Marcelo told me I need the <> to enclose the\nmessage ID.\nI have resend the ACK mail.\nPlease let me know if this is still now working.\n\nThanks!\nSam\n>\n> Cascardo.\n>\n>> 2nd is from Acked-by: Hui Wang <hui.wang@canonical.com>\n>>\n>> Is this enough?\n>>\n>> Regards,\n>> Aaron\n>>\n>> On 10/10/2017 07:29 PM, Thadeu Lima de Souza Cascardo wrote:\n>> > On Mon, Oct 09, 2017 at 05:23:26PM +0800, Aaron Ma wrote:\n>> >> Hi Stefan and Seth:\n>> >>\n>> >> Could anyone apply this patch to Zesty kernel?\n>> >>\n>> >> Regards,\n>> >> Aaron\n>> >\n>> > You need a second ACK that is a proper response (has In-Reply-To header\n>> > referring to the patch or cover letter) before the start of the new\n>> > cycle. You have just missed the start of this cycle, so after you get\n>> > that ACK, it will be considered for the next cycle.\n>> >\n>> > Thanks.\n>> > Cascardo.\n>> >\n>\n> --\n> kernel-team mailing list\n> kernel-team@lists.ubuntu.com\n> https://lists.ubuntu.com/mailman/listinfo/kernel-team","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 3yBgf95Fpbz9t4V;\n\tWed, 11 Oct 2017 15:16:33 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e28RV-0000GO-Qg; Wed, 11 Oct 2017 04:16:25 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <po-hsu.lin@canonical.com>)\n\tid 1e28RU-0000G7-RY\n\tfor kernel-team@lists.ubuntu.com; Wed, 11 Oct 2017 04:16:24 +0000","from mail-pg0-f71.google.com ([74.125.83.71])\n\tby youngberry.canonical.com with esmtps\n\t(TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <po-hsu.lin@canonical.com>)\n\tid 1e28RU-0006X3-G6\n\tfor kernel-team@lists.ubuntu.com; Wed, 11 Oct 2017 04:16:24 +0000","by mail-pg0-f71.google.com with SMTP id t10so1514907pgo.2\n\tfor <kernel-team@lists.ubuntu.com>;\n\tTue, 10 Oct 2017 21:16:24 -0700 (PDT)","by 10.100.153.193 with HTTP; Tue, 10 Oct 2017 21:16:22 -0700 (PDT)"],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=d7/ABNdNk15iMcNp1zd+zdI9jKagb3neNsm4Jxtf9eM=;\n\tb=dBeXYjTvPxJqNh1F19csqVjsnuaxkxCWiEmoUgexfYM4n88Ck2W3bUTfXJ2GV+fVPa\n\teXiYKvqi7Kxjuxx9CSm9XZsVTOE+GxkdLwQogQFsrq2P1HWVUfy9mq9AEuFawops6AuW\n\t3VUKnV2F3IcEGOKkqANoHjEue6Q9nJHjv4M/QE15+QYONpCuiQTpf3j9eKs6k93mO4Ou\n\t+7guFlx0GuV0M7BQH7W6UrS+wgKVs7PLuj31x/+lgZNlHKhvb3PxMkTVqzJqT77EeVht\n\tRcmX2rto7dyRl/PYKGBDjJQBkiOQ9Z+D+lxz256CWrDzsJOXDcUbD493vzk/+uTY+BRn\n\t17jA==","X-Gm-Message-State":"AMCzsaW0T1iFHh/wjbBI8jSGdxvVDdt5zy4HevSRHfA1wFyhUropk6GN\n\ttXVkBTD8XNiY2DXd9IArj48rvlDErUR78ZU4DBzY6B6rEVW8j7fe1cpgoImrhR8gmpdVxjBR3bH\n\tKW6hXtdEbYEH7ku+MdOyxLoVkE7tBmaJTu1lFG7MK6yLutsEh1T703jzT","X-Received":["by 10.84.234.198 with SMTP id i6mr7616943plt.410.1507695383286; \n\tTue, 10 Oct 2017 21:16:23 -0700 (PDT)","by 10.84.234.198 with SMTP id i6mr7616934plt.410.1507695383083; \n\tTue, 10 Oct 2017 21:16:23 -0700 (PDT)"],"X-Google-Smtp-Source":"AOwi7QCainQHKRmlzCc76eHnXuj9Ktx69eMUGqiThcsgKUP7BZKbOiYrh6JGBqwOzpK2Mn+PPOpwLc9DHxL5fP+Liyw=","MIME-Version":"1.0","In-Reply-To":"<20171010114249.uosh2ydd62dtascx@calabresa>","References":"<20170927084318.27549-1-aaron.ma@canonical.com>\n\t<3c5c551a-91ec-dd90-ddda-4b10f5878251@canonical.com>\n\t<84737716-a258-5560-a2eb-bd27b1900561@canonical.com>\n\t<2e5edb8b-cd57-a0aa-eac6-fa3b46e13a32@canonical.com>\n\t<20171010112929.vbcksjzgjohxmyss@calabresa>\n\t<98d08ae9-fb9e-0254-d0ce-585da87d80ff@canonical.com>\n\t<20171010114249.uosh2ydd62dtascx@calabresa>","From":"\"Po-Hsu Lin (Sam)\" <po-hsu.lin@canonical.com>","Date":"Wed, 11 Oct 2017 12:16:22 +0800","Message-ID":"<CAMy_GT9tNPhSNOT6m=CNysJ=BUkmGO_VOCxyOA+fOt8WVcqb6w@mail.gmail.com>","Subject":"Re: [PATCH 0/1] [Zesty] [V2] Add new trackpoint device ID","To":"Thadeu Lima de Souza Cascardo <cascardo@canonical.com>","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","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>","Cc":"Kernel team list <kernel-team@lists.ubuntu.com>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}}]