Microsoft decided to break with basic ACPI standards with the Go 3.
In this case, they don't expose the battery in a standard way, so
acpibat(4) needs to look for the special Microsoft hid.
From mlarkin@, ok kettenis@
-/* $OpenBSD: acpibat.c,v 1.68 2020/06/10 22:26:40 jca Exp $ */
+/* $OpenBSD: acpibat.c,v 1.69 2022/02/09 16:10:05 dv Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
const char *acpibat_hids[] = {
ACPI_DEV_CMB,
+ "MSHW0146",
NULL
};