On Mon, Jun 27, 2022 at 05:54:03PM +0200, Mark Kettenis wrote:
> So ACPI uses separate HIDs/CIDs for xhci(4) with and without debug
> support.  PNP0D15 is the one without.  Seen on the Lenovo x13s.
> 
> ok?
> 

Might as well add PNP0D25 to ehci_hids[] also.

ok jsg@ for both

> 
> Index: xhci_acpi.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/acpi/xhci_acpi.c,v
> retrieving revision 1.6
> diff -u -p -r1.6 xhci_acpi.c
> --- xhci_acpi.c       6 Apr 2022 18:59:27 -0000       1.6
> +++ xhci_acpi.c       27 Jun 2022 15:51:04 -0000
> @@ -52,6 +52,7 @@ const struct cfattach xhci_acpi_ca = {
>  
>  const char *xhci_hids[] = {
>       "PNP0D10",
> +     "PNP0D15",
>       NULL
>  };
>  
> 
> 

  • xhci@acpi Mark Kettenis
    • Re: xhci@acpi Jonathan Gray

Reply via email to