git: kernel: FWIW, add FreeBSD's led(4) framework.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Oct 19 11:38:07 PDT 2014
commit e92835134993dfda5aebadb12a9bae3a605f8b5e
Author: Sascha Wildner <saw at online.de>
Date: Sun Oct 19 20:22:43 2014 +0200
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
Summary of changes:
games/morse/morse.6 | 13 +-
games/morse/morse.c | 27 +-
share/man/man4/Makefile | 1 +
share/man/man4/acpi_thinkpad.4 | 40 +--
share/man/man4/led.4 | 190 +++++++++++++++
sys/conf/files | 1 +
sys/dev/acpica/acpi_asus/acpi_asus.c | 14 +-
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c | 9 +-
sys/dev/misc/led/led.c | 352 +++++++++++++++++++++++++++
sys/dev/misc/led/led.h | 23 ++
10 files changed, 617 insertions(+), 53 deletions(-)
create mode 100644 share/man/man4/led.4
create mode 100644 sys/dev/misc/led/led.c
create mode 100644 sys/dev/misc/led/led.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e92835134993dfda5aebadb12a9bae3a605f8b5e
--
DragonFly BSD source repository
More information about the Commits
mailing list