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 a27ad25 commit 568d963Copy full SHA for 568d963
drivers/mmc/host/sdhci-pci.c
@@ -390,6 +390,7 @@ static int intel_mrfl_mmc_probe_slot(struct sdhci_pci_slot *slot)
390
391
static const struct sdhci_pci_fixes sdhci_intel_mrfl_mmc = {
392
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
393
+ .quirks2 = SDHCI_QUIRK2_BROKEN_HS200,
394
.probe_slot = intel_mrfl_mmc_probe_slot,
395
};
396
0 commit comments