Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339720
| From | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 06/10] rfkill: Add documentation about LED triggers |
| Date | 2016-02-22 17:50 +0100 |
| Message-ID | <r51Qn-95-31@gated-at.bofh.it> (permalink) |
| References | <r51GG-8uQ-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com> --- Documentation/rfkill.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/rfkill.txt b/Documentation/rfkill.txt index 2ee6ef9..1f0c270 100644 --- a/Documentation/rfkill.txt +++ b/Documentation/rfkill.txt @@ -83,6 +83,8 @@ rfkill drivers that control devices that can be hard-blocked unless they also assign the poll_hw_block() callback (then the rfkill core will poll the device). Don't do this unless you cannot get the event in any other way. +RFKill provides per-switch LED triggers, which can be used to drive LEDs +according to the switch state (LED_FULL when blocked, LED_OFF otherwise). 5. Userspace support -- 2.5.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCHv2 06/10] rfkill: Add documentation about LED triggers "João Paulo Rechi Vita" <jprvita@gmail.com> - 2016-02-22 17:50 +0100
csiph-web