Show a cover letter.

GET /api/covers/808574/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 808574,
    "url": "http://patchwork.ozlabs.org/api/covers/808574/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/ubuntu-kernel/cover/20170901080428.7278-1-kai.heng.feng@canonical.com/",
    "project": {
        "id": 15,
        "url": "http://patchwork.ozlabs.org/api/projects/15/?format=api",
        "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,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "msgid": "<20170901080428.7278-1-kai.heng.feng@canonical.com>",
    "list_archive_url": null,
    "date": "2017-09-01T08:04:27",
    "name": "[0/1,SRU,X/Z] Enable touchpad for Lenovo ideapad 320-14IKB",
    "submitter": {
        "id": 70328,
        "url": "http://patchwork.ozlabs.org/api/people/70328/?format=api",
        "name": "Kai-Heng Feng",
        "email": "kai.heng.feng@canonical.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/ubuntu-kernel/cover/20170901080428.7278-1-kai.heng.feng@canonical.com/mbox/",
    "series": [
        {
            "id": 970,
            "url": "http://patchwork.ozlabs.org/api/series/970/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/ubuntu-kernel/list/?series=970",
            "date": "2017-09-01T08:04:27",
            "name": "Enable touchpad for Lenovo ideapad 320-14IKB",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/970/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/808574/comments/",
    "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 3xkBbw1BYzz9s81;\n\tFri,  1 Sep 2017 18:04:44 +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 1dngwS-0002OQ-63; Fri, 01 Sep 2017 08:04:40 +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 1dngwM-0002Nv-8o\n\tfor kernel-team@lists.ubuntu.com; Fri, 01 Sep 2017 08:04:34 +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 1dngwL-0004YH-Fp; Fri, 01 Sep 2017 08:04:34 +0000"
        ],
        "From": "Kai-Heng Feng <kai.heng.feng@canonical.com>",
        "To": "kernel-team@lists.ubuntu.com",
        "Subject": "[PATCH 0/1 SRU X/Z] Enable touchpad for Lenovo ideapad 320-14IKB",
        "Date": "Fri,  1 Sep 2017 16:04:27 +0800",
        "Message-Id": "<20170901080428.7278-1-kai.heng.feng@canonical.com>",
        "X-Mailer": "git-send-email 2.14.1",
        "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\n[Impact] \nTouchpad on Lenovo ideapad 320-14IKB does not work.\n\n[Test Case]\nAfter adding the ID to the elan_i2c driver, the touchpad works.\n\n[Fix]\nAdd device ID to elan_i2c driver.\n\n[Regression Potential]\nVery low.\nIt only adds device ID to the driver, no functional changes.\n\nKai-Heng Feng (1):\n  Input: elan_i2c - add ELAN0608 to the ACPI table\n\n drivers/input/mouse/elan_i2c_core.c | 1 +\n 1 file changed, 1 insertion(+)"
}