Page MenuHomeFreeBSD

acpi_cros_kblt: New driver for Chromebook keyboard backlight control
Needs ReviewPublic

Authored by val_packett.cool on Sep 21 2019, 10:02 PM.
Tags
None
Referenced Files
F122049470: D21746.id62405.diff
Tue, Jul 1, 7:04 PM
F122032640: D21746.id86640.diff
Tue, Jul 1, 3:05 PM
F122012923: D21746.id86640.diff
Tue, Jul 1, 11:02 AM
Unknown Object (File)
Sun, Jun 29, 5:42 AM
Unknown Object (File)
Sat, Jun 28, 9:57 PM
Unknown Object (File)
Thu, Jun 26, 4:04 PM
Unknown Object (File)
Wed, Jun 25, 2:28 PM
Unknown Object (File)
Sat, Jun 21, 6:22 AM

Details

Reviewers
imp
manu
Group Reviewers
Contributor Reviews (src)
desktop
Summary

Allows adjusting keyboard backlight level on amd64 Chromebooks, restores it on resume from sleep.

Sponsored by: https://www.patreon.com/valpackett
Test Plan

Tested on: Google Pixelbook (eve)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I was going to suggest adding the devmatch changes, but no other ACPI driver seems to have them yet, so I can do that in a sweep.

This revision is now accepted and ready to land.Sep 21 2019, 10:15 PM

Yeah, I was wondering about devmatch in D21612

val_packett.cool edited the summary of this revision. (Show Details)
val_packett.cool added a reviewer: manu.
  • Use backlight(9) subsystem
  • Add SPDX tag
  • Some formatting changes

@imp how's the ACPI devmatch work? :)

This revision now requires review to proceed.Mar 31 2021, 7:02 PM

Oops, with git now, we don't need $FreeBSD$ in the Makefile either

Add man page and sys/conf/files entry

Can this driver generate org.freedesktop.UPower.KbdBacklight events ?

Can this driver generate org.freedesktop.UPower.KbdBacklight events ?

That's not a kernel thing, that can't be done *here*. upowerd needs integration with the backlight(9) system. But I think backlight(9) currently doesn't have event notifications. I'll look into that, but that's unrelated to drivers for particular hardware :)