From 746d7eee54f76e5a2958bfe68da42e609f321d7b Mon Sep 17 00:00:00 2001 From: Carlos Corbacho Date: Wed, 21 Nov 2007 14:46:20 +0000 Subject: [PATCH] acer_acpi: Fix Aspire 5630 quirks The suspicious looking 5630 quirks turned out to be wrong after all - convert it to using the TravelMate 2490 quirks (as it also needs the multimedia keys quirk). --- acer_acpi.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/acer_acpi.c b/acer_acpi.c index 44e8229..45b1d6c 100644 --- a/acer_acpi.c +++ b/acer_acpi.c @@ -370,11 +370,6 @@ static struct quirk_entry quirk_acer_aspire_5020 = { .bluetooth = 1, }; -static struct quirk_entry quirk_acer_aspire_5630 = { - .mailled = 1, - .touchpad = 1, -}; - static struct quirk_entry quirk_acer_aspire_5680 = { .mmkeys = 1, }; @@ -461,7 +456,7 @@ static struct dmi_system_id acer_quirks[] = { DMI_MATCH(DMI_SYS_VENDOR, "Acer"), DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5630"), }, - .driver_data = &quirk_acer_aspire_5630, + .driver_data = &quirk_acer_travelmate_2490, }, { .callback = dmi_matched, -- 2.11.4.GIT