From: Jaejoong Kim Date: Wed, 20 Sep 2017 09:40:36 +0000 (+0900) Subject: HID: add comment for power callback in struct hid_ll_driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4f210c2938053e894ee00500dd0661f7a27a6ff4;p=linux.git HID: add comment for power callback in struct hid_ll_driver There is a missing comment in struct hid_ll_driver. So, add it. Signed-off-by: Jaejoong Kim Signed-off-by: Jiri Kosina --- diff --git a/include/linux/hid.h b/include/linux/hid.h index ab05a86269dc1..7c3d4a17bbde7 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)