aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/backlight
Commit message (Collapse)AuthorAgeFilesLines
* Add backlight subsystemEmmanuel Vadot2020-10-023-0/+269
This is a simple subsystem that allow drivers to register as a backlight. Each backlight creates a device node under /dev/backlight/backlightX and an alias based on the name provided. Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26250 Notes: svn path=/head/; revision=366369