Page MenuHomeFreeBSD

acpi_ibm: Support mic mute key
ClosedPublic

Authored by obiwac on Jun 22 2026, 2:56 PM.
Tags
None
Referenced Files
F166666079: D57744.id180367.diff
Sat, Aug 15, 9:11 AM
F166666077: D57744.id180324.diff
Sat, Aug 15, 9:11 AM
F166666076: D57744.id180323.diff
Sat, Aug 15, 9:11 AM
F166666074: D57744.id180301.diff
Sat, Aug 15, 9:11 AM
F166666072: D57744.id.diff
Sat, Aug 15, 9:11 AM
F166666027: D57744.diff
Sat, Aug 15, 9:10 AM
Unknown Object (File)
Thu, Aug 13, 10:49 AM
Unknown Object (File)
Thu, Aug 13, 10:49 AM

Details

Summary

acpi_ibm: Report mic mute key evdev events

While here, make the naming of micmute_led more consistent.

PR: 296140
Event: Halifax Hackathon 202606
Reported by: David Lundqvist
Co-authored-by: David Lundqvist
Sponsored by: The FreeBSD Foundation

Test Plan

I do not have a machine I can test this on, but, on machines with the mic mute bit set in dev.acpi_ibm.0.availmask:

  • Check setting/unsetting that bit in dev.acpi_ibm.0.eventmask actually prevents that event from being reported.
  • Check this gets reported by evdev and can be seen in libinput debug-events.

At least the Thinkpad P51 should have this.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74143
Build 71026: arc lint + arc unit

Event Timeline

consistent naming + more stuff in manpage

obiwac added a reviewer: glebius.
obiwac edited the summary of this revision. (Show Details)

rebase

This revision is now accepted and ready to land.Jun 24 2026, 2:11 PM

I forgot to include the Differential Revision: tag 😭