KVM: x86/mmu: remove "bool base_only" arguments
[linux-2.6-microblaze.git] / Documentation / leds / well-known-leds.txt
1 -*- org -*-
2
3 It is somehow important to provide consistent interface to the
4 userland. LED devices have one problem there, and that is naming of
5 directories in /sys/class/leds. It would be nice if userland would
6 just know right "name" for given LED function, but situation got more
7 complex.
8
9 Anyway, if backwards compatibility is not an issue, new code should
10 use one of the "good" names from this list, and you should extend the
11 list where applicable.
12
13 Legacy names are listed, too; in case you are writing application that
14 wants to use particular feature, you should probe for good name, first,
15 but then try the legacy ones, too.
16
17 Notice there's a list of functions in include/dt-bindings/leds/common.h .
18
19 * Gamepads and joysticks
20
21 Game controllers may feature LEDs to indicate a player number. This is commonly
22 used on game consoles in which multiple controllers can be connected to a system.
23 The "player LEDs" are then programmed with a pattern to indicate a particular
24 player. For example, a game controller with 4 LEDs, may be programmed with "x---"
25 to indicate player 1, "-x--" to indicate player 2 etcetera where "x" means on.
26 Input drivers can utilize the LED class to expose the individual player LEDs
27 of a game controller using the function "player".
28 Note: tracking and management of Player IDs is the responsibility of user space,
29 though drivers may pick a default value.
30
31 Good: "input*:*:player-{1,2,3,4,5}
32
33 * Keyboards
34   
35 Good: "input*:*:capslock"
36 Good: "input*:*:scrolllock"
37 Good: "input*:*:numlock"
38 Legacy: "shift-key-light" (Motorola Droid 4, capslock)
39
40 Set of common keyboard LEDs, going back to PC AT or so.
41
42 Legacy: "tpacpi::thinklight" (IBM/Lenovo Thinkpads)
43 Legacy: "lp5523:kb{1,2,3,4,5,6}" (Nokia N900)
44
45 Frontlight/backlight of main keyboard.
46
47 Legacy: "button-backlight" (Motorola Droid 4)
48
49 Some phones have touch buttons below screen; it is different from main
50 keyboard. And this is their backlight.
51
52 * Sound subsystem
53
54 Good: "platform:*:mute"
55 Good: "platform:*:micmute"
56
57 LEDs on notebook body, indicating that sound input / output is muted.
58
59 * System notification
60
61 Legacy: "status-led:{red,green,blue}" (Motorola Droid 4)
62 Legacy: "lp5523:{r,g,b}" (Nokia N900)
63
64 Phones usually have multi-color status LED.
65
66 * Power management
67
68 Good: "platform:*:charging" (allwinner sun50i)
69
70 * Screen
71
72 Good: ":backlight" (Motorola Droid 4)