]> err.no Git - linux-2.6/commitdiff
acer-wmi: Add DMI match for mail LED on Acer TravelMate 4200 series
authorCarlos Corbacho <carlos@strangeworlds.co.uk>
Sat, 16 Feb 2008 00:02:56 +0000 (00:02 +0000)
committerLen Brown <len.brown@intel.com>
Sat, 16 Feb 2008 05:47:13 +0000 (00:47 -0500)
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>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/acer-wmi.c

index d7aea93081f26f98310ebbb1db6a4e29e1ed7ffb..74d12b4a3abdae48be072857ec75a34c90496dcb 100644 (file)
@@ -271,6 +271,15 @@ static struct dmi_system_id acer_quirks[] = {
                },
                .driver_data = &quirk_acer_travelmate_2490,
        },
+       {
+               .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",