Show a cover letter.

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

{
    "id": 689,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/689/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/689/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190301115139.11060-1-jacopo@jmondi.org>",
    "date": "2019-03-01T11:51:34",
    "name": "[libcamera-devel,v6,0/5] v4l2_(sub)dev: improvements and tests",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/cover/689/mbox/",
    "series": [
        {
            "id": 200,
            "url": "https://patchwork.libcamera.org/api/1.1/series/200/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=200",
            "date": "2019-03-01T11:51:34",
            "name": "v4l2_(sub)dev: improvements and tests",
            "version": 6,
            "mbox": "https://patchwork.libcamera.org/series/200/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/689/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net\n\t[217.70.183.198])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 1A5D3610BF\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri,  1 Mar 2019 12:52:44 +0100 (CET)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 86C15C000D;\n\tFri,  1 Mar 2019 11:52:42 +0000 (UTC)"
        ],
        "X-Originating-IP": "2.224.242.101",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Fri,  1 Mar 2019 12:51:34 +0100",
        "Message-Id": "<20190301115139.11060-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v6 0/5] v4l2_(sub)dev: improvements and\n\ttests",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Fri, 01 Mar 2019 11:52:44 -0000"
    },
    "content": "Hello, v6 with the only patches that had open review comments, I have pushed the\nremaining part of the series to master:\n  libcamera: v4l2_subdevice: Store media entity\n  libcamera: v4l2_subdevice: Inherit from Loggable\n  libcamera: v4l2_subdevice: Update crop/compose rectangle\n  libcamera: v4l2_device: Expose the device node path\n  test: v4l2_subdevice: Add format handling test\n  test: v4l2_device: Add format handling test\n\nTwo new patches (just cosmetic updates) and comments on 1/5 and 4/5 from Laurent\naddressed. With your acks I would like to merge these soon as well.\n\nThanks\n   j\n\nJacopo Mondi (5):\n  libcamera: v4l2_subdevice: Implement ENUM_FRAME_SIZES\n  test: v4l2_subdevice: Add ListFormat test\n  libcamera: v4l2_subdevice: Cosmetic update\n  libcamera: v4l2_device: Add support for META_CAPTURE devices\n  libcamera: v4l2_device: Cosmetic update\n\n src/libcamera/geometry.cpp             |  34 ++\n src/libcamera/include/geometry.h       |  12 +\n src/libcamera/include/v4l2_device.h    |  26 +-\n src/libcamera/include/v4l2_subdevice.h |  11 +-\n src/libcamera/v4l2_device.cpp          | 472 +++++++++++++------------\n src/libcamera/v4l2_subdevice.cpp       | 104 +++++-\n test/v4l2_subdevice/list_formats.cpp   |  81 +++++\n test/v4l2_subdevice/meson.build        |   1 +\n 8 files changed, 508 insertions(+), 233 deletions(-)\n create mode 100644 test/v4l2_subdevice/list_formats.cpp\n\n--\n2.20.1"
}