X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=Documentation%2Fleds%2Fleds-class.txt;fp=Documentation%2Fleds%2Fleds-class.txt;h=d406d98339b25abbe3d1f5f05c4ac7f9856d3e9c;hb=648da8ff4849c75061df4ee3d4ffb0ede286d729;hp=62261c04060a73bef82a3a6784cef794d39e5d50;hpb=13ae79bbe4c214047f51623304d83b46eb02897d;p=sfrench%2Fcifs-2.6.git diff --git a/Documentation/leds/leds-class.txt b/Documentation/leds/leds-class.txt index 62261c04060a..d406d98339b2 100644 --- a/Documentation/leds/leds-class.txt +++ b/Documentation/leds/leds-class.txt @@ -52,6 +52,19 @@ above leaves scope for further attributes should they be needed. If sections of the name don't apply, just leave that section blank. +Brightness setting API +====================== + +LED subsystem core exposes following API for setting brightness: + + - led_set_brightness : it is guaranteed not to sleep, passing LED_OFF stops + blinking, + - led_set_brightness_sync : for use cases when immediate effect is desired - + it can block the caller for the time required for accessing + device registers and can sleep, passing LED_OFF stops hardware + blinking, returns -EBUSY if software blink fallback is enabled. + + Hardware accelerated blink of LEDs ==================================