]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mmc: sdhci-acpi: Add ACPI HID INT344D
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 5 Jan 2015 12:47:57 +0000 (14:47 +0200)
committerLuis Henriques <luis.henriques@canonical.com>
Mon, 16 Feb 2015 11:05:05 +0000 (11:05 +0000)
commit d0ed8e6b0ab149421cd1532e7c5ebb0992ad25d0 upstream.

Add ACPI HID INT344D for an Intel SDIO host controller.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
drivers/mmc/host/sdhci-acpi.c

index 8ce3c28cb76ed503e9ea16605e059fa93780ea1a..ecf09c85af4dac42099fad8911d090952232b4be 100644 (file)
@@ -156,6 +156,7 @@ static const struct sdhci_acpi_uid_slot sdhci_acpi_uids[] = {
        { "INT33BB"  , "2" , &sdhci_acpi_slot_int_sdio },
        { "INT33C6"  , NULL, &sdhci_acpi_slot_int_sdio },
        { "INT3436"  , NULL, &sdhci_acpi_slot_int_sdio },
+       { "INT344D"  , NULL, &sdhci_acpi_slot_int_sdio },
        { "PNP0D40"  },
        { },
 };
@@ -166,6 +167,7 @@ static const struct acpi_device_id sdhci_acpi_ids[] = {
        { "INT33BB"  },
        { "INT33C6"  },
        { "INT3436"  },
+       { "INT344D"  },
        { "PNP0D40"  },
        { },
 };