Skip to content

Commit

Permalink
leds: Futher document blink_set
Browse files Browse the repository at this point in the history
Futher document blink_set function pointer

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
  • Loading branch information
Richard Purdie committed Jun 23, 2009
1 parent ed88bae commit a1dd8c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ struct led_classdev {

/* Activate hardware accelerated blink, delays are in
* miliseconds and if none is provided then a sensible default
* should be chosen. */
* should be chosen. The call can adjust the timings if it can't
* match the values specified exactly. */
int (*blink_set)(struct led_classdev *led_cdev,
unsigned long *delay_on,
unsigned long *delay_off);
Expand Down

0 comments on commit a1dd8c6

Please sign in to comment.