> From: Dave Voutila <d...@sisu.io>
> Date: Wed, 09 Feb 2022 10:28:48 -0500
> 
> I believe I got this from mlarkin@. Realized I've been carrying it in my
> local tree.
> 
> Microsoft decided to do all sorts of atypical things with the Go3 in
> ACPI. One is the battery.
> 
> ok?

Funny how even Microsoft manages to turn ACPI into a dog's breakfast.

Would have expected they'd have a

    Name (_CID, EidaId ("PNP0C0A"))

in there if the interface is compatible with the ACPI standard Control
Method Battery interface.  But no...

ok kettenis@

> diff 555fd15dcf830b9fb7a50490d9996f605a238ab5 
> 12b5e3cfa4623c60f84e61950df48b71cf2d8ef0
> blob - 9075aa39722d9551251930287341657a41a0db14
> blob + 321481d55e086d42373e62ebe181a9deb492fadf
> --- sys/dev/acpi/acpibat.c
> +++ sys/dev/acpi/acpibat.c
> @@ -47,6 +47,7 @@ struct cfdriver acpibat_cd = {
> 
>  const char *acpibat_hids[] = {
>       ACPI_DEV_CMB,
> +     "MSHW0146",
>       NULL
>  };
> 
> 

Reply via email to