From: Adrian Hunter <adrian.hunter@intel.com>
To: Michele Curti <michele.curti@gmail.com>, ulf.hansson@linaro.org
Cc: andriy.shevchenko@linux.intel.com, yunpeng.gao@intel.com,
peter.griffin@linaro.org, rafael.j.wysocki@intel.com,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mmc: sdhci-acpi: detect sd card reader on asus x205ta
Date: Mon, 7 Sep 2015 09:03:07 +0300 [thread overview]
Message-ID: <55ED289B.7010709@intel.com> (raw)
In-Reply-To: <1441435792-446-1-git-send-email-michele.curti@gmail.com>
On 05/09/15 09:49, Michele Curti wrote:
> Add an entry to the sdhci_acpi_uids list to detect the SD card
> reader on the Asus X205Ta laptop.
>
> dstd table:
>
> Device (SDHC)
> {
> Name (_ADR, Zero) // _ADR: Address
> Name (_HID, "PNP0FFF") // _HID: Hardware ID
> Name (_CID, "PNP0D40" /* SDA Standard Compliant SD Host Controller */)
> Name (_DDN, "Intel(R) SD Card Controller - 80860F16") // _DDN: DOS Dev
> Name (_UID, 0x03) // _UID: Unique ID
> Name (RDEP, Package (0x02)
>
> Signed-off-by: Michele Curti <michele.curti@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
> ---
> drivers/mmc/host/sdhci-acpi.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
> index 22d929f..78aa16a 100644
> --- a/drivers/mmc/host/sdhci-acpi.c
> +++ b/drivers/mmc/host/sdhci-acpi.c
> @@ -247,6 +247,7 @@ static const struct sdhci_acpi_uid_slot sdhci_acpi_uids[] = {
> { "INT33C6" , NULL, &sdhci_acpi_slot_int_sdio },
> { "INT3436" , NULL, &sdhci_acpi_slot_int_sdio },
> { "INT344D" , NULL, &sdhci_acpi_slot_int_sdio },
> + { "PNP0FFF" , "3" , &sdhci_acpi_slot_int_sd },
> { "PNP0D40" },
> { },
> };
>
next prev parent reply other threads:[~2015-09-07 6:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-05 6:49 [PATCH] mmc: sdhci-acpi: detect sd card reader on asus x205ta Michele Curti
2015-09-07 6:03 ` Adrian Hunter [this message]
2015-09-15 11:33 ` Ulf Hansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55ED289B.7010709@intel.com \
--to=adrian.hunter@intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=michele.curti@gmail.com \
--cc=peter.griffin@linaro.org \
--cc=rafael.j.wysocki@intel.com \
--cc=ulf.hansson@linaro.org \
--cc=yunpeng.gao@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).