git: 40ab0a056400 - main - acpi_ibm(4): Refer to "mic *mute* led" instead of "mic led"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jun 2026 14:44:13 UTC
The branch main has been updated by obiwac:
URL: https://cgit.FreeBSD.org/src/commit/?id=40ab0a05640051eed02ccbf1c5150e97e8cc27da
commit 40ab0a05640051eed02ccbf1c5150e97e8cc27da
Author: Aymeric Wibo <obiwac@FreeBSD.org>
AuthorDate: 2026-06-22 14:42:55 +0000
Commit: Aymeric Wibo <obiwac@FreeBSD.org>
CommitDate: 2026-06-22 14:44:06 +0000
acpi_ibm(4): Refer to "mic *mute* led" instead of "mic led"
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
---
share/man/man4/acpi_ibm.4 | 2 +-
sys/dev/acpi_support/acpi_ibm.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man4/acpi_ibm.4 b/share/man/man4/acpi_ibm.4
index 41adcdb00036..eea3eb2f7ca3 100644
--- a/share/man/man4/acpi_ibm.4
+++ b/share/man/man4/acpi_ibm.4
@@ -272,7 +272,7 @@ Speaker volume.
.It Va dev.acpi_ibm.0.mute
Indicates, whether the speakers are muted or not.
.It Va dev.acpi_ibm.0.mic_led
-Indicates, whether the microphone led (present on some model) is on or not.
+Indicates, whether the microphone mute led (present on some model) is on or not.
Note that this does not mean that the microphone input is muted.
.It Va dev.acpi_ibm.0.thinklight
Indicates, whether the ThinkLight keyboard light is activated or not.
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c
index a5c44b1f81b9..a33a2c7bc555 100644
--- a/sys/dev/acpi_support/acpi_ibm.c
+++ b/sys/dev/acpi_support/acpi_ibm.c
@@ -282,7 +282,7 @@ static struct {
{
.name = "mic_led",
.method = ACPI_IBM_METHOD_MIC_LED,
- .description = "Mic led",
+ .description = "Mic mute led",
},
{
.name = "privacyguard",