Skip to content

Commit

Permalink
HID: add comment for power callback in struct hid_ll_driver
Browse files Browse the repository at this point in the history
There is a missing comment in struct hid_ll_driver. So, add it.

Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jaejoong Kim authored and Jiri Kosina committed Oct 2, 2017
1 parent ad8378e commit 4f210c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f210c2

Please sign in to comment.