sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
backlight: Update cached value when getting the brightnessExternal events can cause the backlight level to change (AC adapterplug/unplug for example) so cache the value there too.PR: 257796Spo
backlight: Update cached value when getting the brightnessExternal events can cause the backlight level to change (AC adapterplug/unplug for example) so cache the value there too.PR: 257796Sponsored by: Beckhoff Automation GmbH & Co. KGMFC after: 1 week
Add backlight subsystemThis is a simple subsystem that allow drivers to register as a backlight.Each backlight creates a device node under /dev/backlight/backlightX andan alias based on the name
Add backlight subsystemThis is a simple subsystem that allow drivers to register as a backlight.Each backlight creates a device node under /dev/backlight/backlightX andan alias based on the name provided.Relnotes: yesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D26250