Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f210c29 authored by Jaejoong Kim's avatar Jaejoong Kim Committed by Jiri Kosina
Browse files

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: default avatarJaejoong Kim <climbbb.kim@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ad8378ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)