Lines 794-800
static int byt_emmc_probe_slot(struct sdhci_pci_slot *slot)
Link Here
|
794 |
static bool glk_broken_cqhci(struct sdhci_pci_slot *slot) |
794 |
static bool glk_broken_cqhci(struct sdhci_pci_slot *slot) |
795 |
{ |
795 |
{ |
796 |
return slot->chip->pdev->device == PCI_DEVICE_ID_INTEL_GLK_EMMC && |
796 |
return slot->chip->pdev->device == PCI_DEVICE_ID_INTEL_GLK_EMMC && |
797 |
dmi_match(DMI_BIOS_VENDOR, "LENOVO"); |
797 |
(dmi_match(DMI_BIOS_VENDOR, "LENOVO") || |
|
|
798 |
dmi_match(DMI_SYS_VENDOR, "IRBIS")); |
798 |
} |
799 |
} |
799 |
|
800 |
|
800 |
static int glk_emmc_probe_slot(struct sdhci_pci_slot *slot) |
801 |
static int glk_emmc_probe_slot(struct sdhci_pci_slot *slot) |
801 |
- |
|
|