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 ec54c0a commit 50c78f3Copy full SHA for 50c78f3
drivers/mmc/host/sdhci-pci-core.c
@@ -913,7 +913,8 @@ static bool glk_broken_cqhci(struct sdhci_pci_slot *slot)
913
{
914
return slot->chip->pdev->device == PCI_DEVICE_ID_INTEL_GLK_EMMC &&
915
(dmi_match(DMI_BIOS_VENDOR, "LENOVO") ||
916
- dmi_match(DMI_SYS_VENDOR, "IRBIS"));
+ dmi_match(DMI_SYS_VENDOR, "IRBIS") ||
917
+ dmi_match(DMI_SYS_VENDOR, "Positivo Tecnologia SA"));
918
}
919
920
static bool jsl_broken_hs400es(struct sdhci_pci_slot *slot)
0 commit comments