diff options
author | Peter Feuerer <peter@piie.net> | 2009-12-21 19:20:05 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-24 00:16:46 -0500 |
commit | 94219d798e65dff1dac5f8f36f03a9bdb3105f91 (patch) | |
tree | 197d44ff378acf3ae7ebeedb37f57c2d279c8785 /drivers | |
parent | bdc731bc5fcd1794e9ac8ac80c389d302381c123 (diff) |
acerhdf: add new BIOS versions
Add new BIOS versions for following netbooks: Aspire 1810xx, Packard Bell
DOTMU.
Signed-off-by: Peter Feuerer <peter@piie.net>
Cc: Borislav Petkov <petkovbb@gmail.com>
Cc: Andreas Mohr <andi@lisas.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/acerhdf.c | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c index 007bc55b9869..a97fc4a7c600 100644 --- a/drivers/platform/x86/acerhdf.c +++ b/drivers/platform/x86/acerhdf.c | |||
@@ -52,7 +52,7 @@ | |||
52 | */ | 52 | */ |
53 | #undef START_IN_KERNEL_MODE | 53 | #undef START_IN_KERNEL_MODE |
54 | 54 | ||
55 | #define DRV_VER "0.5.20" | 55 | #define DRV_VER "0.5.21" |
56 | 56 | ||
57 | /* | 57 | /* |
58 | * According to the Atom N270 datasheet, | 58 | * According to the Atom N270 datasheet, |
@@ -156,7 +156,13 @@ static const struct bios_settings_t bios_tbl[] = { | |||
156 | {"Acer", "AOA150", "v0.3310", 0x55, 0x58, {0x20, 0x20, 0x00} }, | 156 | {"Acer", "AOA150", "v0.3310", 0x55, 0x58, {0x20, 0x20, 0x00} }, |
157 | /* Acer 1410 */ | 157 | /* Acer 1410 */ |
158 | {"Acer", "Aspire 1410", "v0.3120", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | 158 | {"Acer", "Aspire 1410", "v0.3120", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, |
159 | /* special BIOS / other */ | 159 | {"Acer", "Aspire 1410", "v1.3303", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, |
160 | /* Acer 1810xx */ | ||
161 | {"Acer", "Aspire 1810TZ", "v0.3120", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | ||
162 | {"Acer", "Aspire 1810T", "v0.3120", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | ||
163 | {"Acer", "Aspire 1810T", "v1.3303", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | ||
164 | {"Acer", "Aspire 1810TZ", "v1.3303", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | ||
165 | /* Gateway */ | ||
160 | {"Gateway", "AOA110", "v0.3103", 0x55, 0x58, {0x21, 0x21, 0x00} }, | 166 | {"Gateway", "AOA110", "v0.3103", 0x55, 0x58, {0x21, 0x21, 0x00} }, |
161 | {"Gateway", "AOA150", "v0.3103", 0x55, 0x58, {0x20, 0x20, 0x00} }, | 167 | {"Gateway", "AOA150", "v0.3103", 0x55, 0x58, {0x20, 0x20, 0x00} }, |
162 | {"Gateway ", "LT31 ", "v1.3103 ", 0x55, 0x58, | 168 | {"Gateway ", "LT31 ", "v1.3103 ", 0x55, 0x58, |
@@ -165,10 +171,13 @@ static const struct bios_settings_t bios_tbl[] = { | |||
165 | {0x10, 0x0f, 0x00} }, | 171 | {0x10, 0x0f, 0x00} }, |
166 | {"Gateway ", "LT31 ", "v1.3302 ", 0x55, 0x58, | 172 | {"Gateway ", "LT31 ", "v1.3302 ", 0x55, 0x58, |
167 | {0x10, 0x0f, 0x00} }, | 173 | {0x10, 0x0f, 0x00} }, |
174 | /* Packard Bell */ | ||
168 | {"Packard Bell", "DOA150", "v0.3104", 0x55, 0x58, {0x21, 0x21, 0x00} }, | 175 | {"Packard Bell", "DOA150", "v0.3104", 0x55, 0x58, {0x21, 0x21, 0x00} }, |
169 | {"Packard Bell", "DOA150", "v0.3105", 0x55, 0x58, {0x20, 0x20, 0x00} }, | 176 | {"Packard Bell", "DOA150", "v0.3105", 0x55, 0x58, {0x20, 0x20, 0x00} }, |
170 | {"Packard Bell", "AOA110", "v0.3105", 0x55, 0x58, {0x21, 0x21, 0x00} }, | 177 | {"Packard Bell", "AOA110", "v0.3105", 0x55, 0x58, {0x21, 0x21, 0x00} }, |
171 | {"Packard Bell", "AOA150", "v0.3105", 0x55, 0x58, {0x20, 0x20, 0x00} }, | 178 | {"Packard Bell", "AOA150", "v0.3105", 0x55, 0x58, {0x20, 0x20, 0x00} }, |
179 | {"Packard Bell", "DOTMU", "v1.3303", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | ||
180 | {"Packard Bell", "DOTMU", "v0.3120", 0x55, 0x58, {0x9e, 0x9e, 0x00} }, | ||
172 | /* pewpew-terminator */ | 181 | /* pewpew-terminator */ |
173 | {"", "", "", 0, 0, {0, 0, 0} } | 182 | {"", "", "", 0, 0, {0, 0, 0} } |
174 | }; | 183 | }; |
@@ -641,9 +650,13 @@ MODULE_LICENSE("GPL"); | |||
641 | MODULE_AUTHOR("Peter Feuerer"); | 650 | MODULE_AUTHOR("Peter Feuerer"); |
642 | MODULE_DESCRIPTION("Aspire One temperature and fan driver"); | 651 | MODULE_DESCRIPTION("Aspire One temperature and fan driver"); |
643 | MODULE_ALIAS("dmi:*:*Acer*:pnAOA*:"); | 652 | MODULE_ALIAS("dmi:*:*Acer*:pnAOA*:"); |
653 | MODULE_ALIAS("dmi:*:*Acer*:pnAspire 1410*:"); | ||
654 | MODULE_ALIAS("dmi:*:*Acer*:pnAspire 1810*:"); | ||
644 | MODULE_ALIAS("dmi:*:*Gateway*:pnAOA*:"); | 655 | MODULE_ALIAS("dmi:*:*Gateway*:pnAOA*:"); |
656 | MODULE_ALIAS("dmi:*:*Gateway*:pnLT31*:"); | ||
645 | MODULE_ALIAS("dmi:*:*Packard Bell*:pnAOA*:"); | 657 | MODULE_ALIAS("dmi:*:*Packard Bell*:pnAOA*:"); |
646 | MODULE_ALIAS("dmi:*:*Packard Bell*:pnDOA*:"); | 658 | MODULE_ALIAS("dmi:*:*Packard Bell*:pnDOA*:"); |
659 | MODULE_ALIAS("dmi:*:*Packard Bell*:pnDOTMU*:"); | ||
647 | 660 | ||
648 | module_init(acerhdf_init); | 661 | module_init(acerhdf_init); |
649 | module_exit(acerhdf_exit); | 662 | module_exit(acerhdf_exit); |