diff options
| author | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-22 14:42:55 +0000 |
|---|---|---|
| committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-22 14:44:06 +0000 |
| commit | 40ab0a05640051eed02ccbf1c5150e97e8cc27da (patch) | |
| tree | f4ef8f55b256603054eaf8626491e6e3b271103f | |
| parent | b9d6497bd1f16e906f4dc6e600368b86d3fe0317 (diff) | |
acpi_ibm(4): Refer to "mic *mute* led" instead of "mic led"
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | share/man/man4/acpi_ibm.4 | 2 | ||||
| -rw-r--r-- | 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", |
