backlight(9): Initial port.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 11 Mar 2023 18:25:47 +0000 (19:25 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 11 Mar 2023 19:12:48 +0000 (20:12 +0100)
commit0085a56d0dbf7abe96dfbf1dc294d29800f96275
treee9729f9726082a1451847f52360867d6eb952383
parente6d22e9b084ee1fc6ef19a0c84ba3d2f6d37d350
backlight(9): Initial port.

 - backlight(9) is a generic panel backlight driver.
 - backlight(8) is the userland program to control
   backlight devices' properties.
 - Required by linuxkpi

Taken from: FreeBSD
13 files changed:
sys/conf/files
sys/conf/kmod.mk
sys/config/LINT64
sys/dev/misc/Makefile
sys/dev/misc/backlight/Makefile [new file with mode: 0644]
sys/dev/misc/backlight/backlight.c [new file with mode: 0644]
sys/dev/misc/backlight/backlight.h [new file with mode: 0644]
sys/dev/misc/backlight/backlight_if.m [new file with mode: 0644]
sys/sys/backlight.h [new file with mode: 0644]
usr.bin/Makefile
usr.bin/backlight/Makefile [new file with mode: 0644]
usr.bin/backlight/backlight.8 [new file with mode: 0644]
usr.bin/backlight/backlight.c [new file with mode: 0644]