We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6198bfe commit 5280e0bCopy full SHA for 5280e0b
drivers/mmc/host/sdhci-pci-core.c
@@ -912,7 +912,8 @@ static bool glk_broken_cqhci(struct sdhci_pci_slot *slot)
912
{
913
return slot->chip->pdev->device == PCI_DEVICE_ID_INTEL_GLK_EMMC &&
914
(dmi_match(DMI_BIOS_VENDOR, "LENOVO") ||
915
- dmi_match(DMI_SYS_VENDOR, "IRBIS"));
+ dmi_match(DMI_SYS_VENDOR, "IRBIS") ||
916
+ dmi_match(DMI_SYS_VENDOR, "Positivo Tecnologia SA"));
917
}
918
919
static bool jsl_broken_hs400es(struct sdhci_pci_slot *slot)
0 commit comments