Re: [PATCH V2] USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
From: ruik
Date: Sun Feb 02 2025 - 08:20:04 EST
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?
Thanks,
Rudolf