projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8378e
)
HID: add comment for power callback in struct hid_ll_driver
author
Jaejoong Kim
<
[email protected]
>
Wed, 20 Sep 2017 09:40:36 +0000
(18:40 +0900)
committer
Jiri Kosina
<
[email protected]
>
Mon, 2 Oct 2017 10:47:26 +0000
(12:47 +0200)
There is a missing comment in struct hid_ll_driver. So, add it.
Signed-off-by: Jaejoong Kim <
[email protected]
>
Signed-off-by: Jiri Kosina <
[email protected]
>
include/linux/hid.h
patch
|
blob
|
history
diff --git
a/include/linux/hid.h
b/include/linux/hid.h
index ab05a86269dc1770181340b8b21c460d83412cb9..7c3d4a17bbde79409ff9735cb8d9ca01db53bd5b 100644
(file)
--- 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)