NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/60709: acpi_bat: Surface Go 3 support
>Number: 60709
>Category: kern
>Synopsis: acpi_bat: Surface Go 3 support
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 10 21:20:00 +0000 2026
>Originator: Ron Ben Aroya
>Release:
>Organization:
>Environment:
>Description:
The battery in the Microsoft Surface Go 3 has a nonstandard HID.
>How-To-Repeat:
>Fix:
In sys/dev/acpi/acpi_bat.c:
{ .compat = "PNP0C0A" },
+ { .compat = "MSHW0146" }, /* Microsoft Surface Go 3 */
DEVICE_COMPAT_EOL
Home |
Main Index |
Thread Index |
Old Index