Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154428
b: refs/heads/master
c: 92722b1
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Richard Purdie committed Jun 23, 2009
1 parent 794663f commit d9fd50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2216c6e83ccbc9d34f541621ff23f510cd8a256f
refs/heads/master: 92722b1bb1ebcba767f9c6ee499992ee33367268
4 changes: 3 additions & 1 deletion trunk/include/linux/leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ struct led_classdev {
/* Get LED brightness level */
enum led_brightness (*brightness_get)(struct led_classdev *led_cdev);

/* Activate hardware accelerated blink */
/* Activate hardware accelerated blink, delays are in
* miliseconds and if none is provided then a sensible default
* should be chosen. */
int (*blink_set)(struct led_classdev *led_cdev,
unsigned long *delay_on,
unsigned long *delay_off);
Expand Down

0 comments on commit d9fd50d

Please sign in to comment.