From patchwork Wed Sep 20 09:40:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaejoong Kim X-Patchwork-Id: 9961187 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0A0B260234 for ; Wed, 20 Sep 2017 09:41:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F08462900A for ; Wed, 20 Sep 2017 09:41:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E50E929028; Wed, 20 Sep 2017 09:41:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94ABA2900A for ; Wed, 20 Sep 2017 09:41:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751747AbdITJlL (ORCPT ); Wed, 20 Sep 2017 05:41:11 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35495 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751619AbdITJlJ (ORCPT ); Wed, 20 Sep 2017 05:41:09 -0400 Received: by mail-pf0-f194.google.com with SMTP id i23so996556pfi.2 for ; Wed, 20 Sep 2017 02:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=t/BPITFDO+lFpcSYbUVU1vJmgiTUABaqZkalquQrjM8=; b=mMpQ4DW4OGUDoYlaezaDPPQpfVx81nkl3oePuyuNXDepzAOvauPoBCZ0lHkh7PFxYK B1xmT1wlNyQxI2sHbltsOhj2TtRiN4QXqAecaAXj7IDBUD7hCUvh8t35E0dC1HDzOcjx hJtcc/vHrFVW+JZ2QWAlw1/MpWzVYqmRtfUzzHvAfrd/eaYliwLv3j2pdjMu2FkDwcr6 6urjTwCH3yrNhB4QgPOqe2plu2X4F7RhsAf1CwOMNTp8H1x6KBS3xVsARnxxyW3gtZXL jufzcJfW9u/z1zjWiZg8adzN5Ps5QyytdOHltHii89ZJ0FaLKzHSdOcnZ7yNooeBvb0c vJGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=t/BPITFDO+lFpcSYbUVU1vJmgiTUABaqZkalquQrjM8=; b=rbdt/RKuRM4oJRP2TU48rTt+7pAMivJvfIFhEs4bwNuOSHp3sTHhAO1kUdqlbw1lKm +LP3poPBkqoJ3HuVVrQFFQoUyx4gLC/uasIeq72G2i5e18OjmPwQ/OuC17iR00KaLi6a i050RO1n729baG+pxLrSLvi7SArxrtyrx7kYLA9rMIAPk9LjsF6Fu29pUHUWWIJ/darV C6Q8sSmYyZ6Nrzyt5txyYAW2AxAHQnS66SmDjc6IP4sjY1Iu4hXFr4uOULLRCEvX9rWZ +D6+YZTo71AbOd1kkrEUMQimsRk1s9R2ZLw1vfch7HYbwsK+kGZXeUExbcdrPTOCU6lD ngow== X-Gm-Message-State: AHPjjUje1a5NbeHeUD2a1ztFaBgMbDmBl9sAipffvhmGR4PBU49QaTM+ PhNzQUjBEyXdj/tMmyMTNpTAhA== X-Google-Smtp-Source: AOwi7QDkeNCm38naKcPPrgPm+q9z+kCvUdntwQwZ74aKzYx/KMptUVljDKWf1wWo6VkxEC6ev+nvcg== X-Received: by 10.99.117.81 with SMTP id f17mr1556788pgn.195.1505900469518; Wed, 20 Sep 2017 02:41:09 -0700 (PDT) Received: from localhost.localdomain ([27.122.242.72]) by smtp.gmail.com with ESMTPSA id 126sm7757000pgd.17.2017.09.20.02.41.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Sep 2017 02:41:08 -0700 (PDT) From: Jaejoong Kim To: jikos@kernel.org Cc: benjamin.tissoires@redhat.com, linux-input@vger.kernel.org, Jaejoong Kim Subject: [PATCH] HID: add comment for power callback in struct hid_ll_driver Date: Wed, 20 Sep 2017 18:40:36 +0900 Message-Id: <1505900436-31183-1-git-send-email-climbbb.kim@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There is a missing comment in struct hid_ll_driver. So, add it. Signed-off-by: Jaejoong Kim --- include/linux/hid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/hid.h b/include/linux/hid.h index ab05a86..7c3d4a1 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -753,6 +753,7 @@ struct hid_driver { * @stop: called on remove * @open: called by input layer on open * @close: called by input layer on close + * @power: request underlying hardware to enter requested power mode * @parse: this method is called only once to parse the device data, * shouldn't allocate anything to not leak memory * @request: send report request to device (e.g. feature report)