From: Len Brown <lenb@kernel.org>
To: Carlos Corbacho <carlos@strangeworlds.co.uk>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [PATCH] acer-wmi - Add DMI match for mail LED on Acer TravelMate 4200 series
Date: Sat, 16 Feb 2008 00:47:41 -0500 [thread overview]
Message-ID: <200802160047.41801.lenb@kernel.org> (raw)
In-Reply-To: <20080216000256.1725.83948.stgit@pacifica>
applied
thanks,
-len
On Friday 15 February 2008 19:02, Carlos Corbacho wrote:
> The TM4200 series use the same method as the TM2490 series to control the
> mail LED, so add a DMI based quirk for these laptops.
>
> Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> CC: Len Brown <lenb@kernel.org>
> ---
>
> drivers/misc/acer-wmi.c | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
>
> diff --git a/drivers/misc/acer-wmi.c b/drivers/misc/acer-wmi.c
> index d7aea93..74d12b4 100644
> --- a/drivers/misc/acer-wmi.c
> +++ b/drivers/misc/acer-wmi.c
> @@ -273,6 +273,15 @@ static struct dmi_system_id acer_quirks[] = {
> },
> {
> .callback = dmi_matched,
> + .ident = "Acer TravelMate 4200",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 4200"),
> + },
> + .driver_data = &quirk_acer_travelmate_2490,
> + },
> + {
> + .callback = dmi_matched,
> .ident = "Medion MD 98300",
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2008-02-16 5:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-16 0:02 [PATCH] acer-wmi - Add DMI match for mail LED on Acer TravelMate 4200 series Carlos Corbacho
2008-02-16 5:47 ` Len Brown [this message]
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=200802160047.41801.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=carlos@strangeworlds.co.uk \
--cc=linux-acpi@vger.kernel.org \
/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