Re: [PATCH V2] USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI

From: Huacai Chen
Date: Sun Feb 02 2025 - 08:17:30 EST


On Sun, Feb 2, 2025 at 9:12 PM ruik <r.marek@xxxxxxxxxxxx> wrote:
>
> Hi,
>
> Dne 02. 02. 25 v 13:49 Huacai Chen napsal(a):
> > + if (pdev->vendor == PCI_VENDOR_ID_LOONGSON && pdev->device == 0x7a14)
> > + hcc_params &= ~(0xffL << 8);
> > +
>
> If it would be fixed in the future, would it make sense to check for revision ID as well?
Next revision still has no extended capability, and the register reads
as 0x0, so the result is the same. New revisions after the next
revision are no plan now.

Huacai

>
> Thanks,
> Rudolf
>