提交 4f210c29 编写于 作者: J Jaejoong Kim 提交者: Jiri Kosina

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: NJaejoong Kim <climbbb.kim@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 ad8378ed
...@@ -753,6 +753,7 @@ struct hid_driver { ...@@ -753,6 +753,7 @@ struct hid_driver {
* @stop: called on remove * @stop: called on remove
* @open: called by input layer on open * @open: called by input layer on open
* @close: called by input layer on close * @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, * @parse: this method is called only once to parse the device data,
* shouldn't allocate anything to not leak memory * shouldn't allocate anything to not leak memory
* @request: send report request to device (e.g. feature report) * @request: send report request to device (e.g. feature report)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册