kernel: FWIW, add FreeBSD's led(4) framework.
authorSascha Wildner <saw@online.de>
Sun, 19 Oct 2014 18:22:43 +0000 (20:22 +0200)
committerSascha Wildner <saw@online.de>
Sun, 19 Oct 2014 18:22:43 +0000 (20:22 +0200)
commite92835134993dfda5aebadb12a9bae3a605f8b5e
tree1e2089cd34f05012b69689c38bf85ec0229c9d2c
parent0a80612d3cd1af8b65855d6b616cb6884a0cdb1f
kernel: FWIW, add FreeBSD's led(4) framework.

It's not big and some ACPI code can utilize it.

Also add -l to morse(6) to output in led(4) compatible format.

Thanks to Markus Pfeiffer and Johannes Hofmann for testing and
finding issues.

Taken-from: FreeBSD
games/morse/morse.6
games/morse/morse.c
share/man/man4/Makefile
share/man/man4/acpi_thinkpad.4
share/man/man4/led.4 [new file with mode: 0644]
sys/conf/files
sys/dev/acpica/acpi_asus/acpi_asus.c
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
sys/dev/misc/led/led.c [new file with mode: 0644]
sys/dev/misc/led/led.h [new file with mode: 0644]