* [PATCH] acer-wmi - Add DMI match for mail LED on Acer TravelMate 4200 series
@ 2008-02-16 0:02 Carlos Corbacho
2008-02-16 5:47 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Corbacho @ 2008-02-16 0:02 UTC (permalink / raw)
To: linux-acpi; +Cc: Carlos Corbacho, Len Brown
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"),
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] acer-wmi - Add DMI match for mail LED on Acer TravelMate 4200 series
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
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2008-02-16 5:47 UTC (permalink / raw)
To: Carlos Corbacho; +Cc: linux-acpi
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-16 5:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox