acerhdf: add support for Aspire 1810TZ BIOS v1.3314
authorJulien Valroff <julien@kirya.net>
Fri, 24 Jun 2011 12:47:17 +0000 (08:47 -0400)
committerMatthew Garrett <mjg@redhat.com>
Fri, 5 Aug 2011 18:45:36 +0000 (14:45 -0400)
Would you please consider applying the following patch adding support for
the Aspire 1810TZ BIOS v.1.3314 version to the acerhdf module and avoids the
following error:

acerhdf: unknown (unsupported) BIOS version Acer/Aspire 1810TZ/v1.3314, ple=
ase report, aborting!

Not sure about the other Aspire models, but it seems at least 1810T should
also be updated.

Signed-off-by: Julien Valroff <julien@kirya.net>
drivers/platform/x86/acerhdf.c

index fca3489218b76b0c48a08fb5ef2cc0e0ad3250ed..d339756608af07bcfa57872541978c0cdde35ef7 100644 (file)
@@ -182,6 +182,7 @@ static const struct bios_settings_t bios_tbl[] = {
        {"Acer", "Aspire 1810T",  "v1.3308", 0x55, 0x58, {0x9e, 0x00} },
        {"Acer", "Aspire 1810TZ", "v1.3310", 0x55, 0x58, {0x9e, 0x00} },
        {"Acer", "Aspire 1810T",  "v1.3310", 0x55, 0x58, {0x9e, 0x00} },
+       {"Acer", "Aspire 1810TZ", "v1.3314", 0x55, 0x58, {0x9e, 0x00} },
        /* Acer 531 */
        {"Acer", "AO531h", "v0.3201", 0x55, 0x58, {0x20, 0x00} },
        /* Gateway */
This page took 0.02456 seconds and 5 git commands to generate.