Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rfkill: Add documentation about LED triggers

Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

João Paulo Rechi Vita and committed by
Johannes Berg
50ee738d 9487bd6b

+2
+2
Documentation/rfkill.txt
··· 83 83 assign the poll_hw_block() callback (then the rfkill core will poll the 84 84 device). Don't do this unless you cannot get the event in any other way. 85 85 86 + RFKill provides per-switch LED triggers, which can be used to drive LEDs 87 + according to the switch state (LED_FULL when blocked, LED_OFF otherwise). 86 88 87 89 88 90 5. Userspace support