projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c2068
)
platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
author
Paul Gortmaker
<
[email protected]
>
Fri, 21 Sep 2018 01:44:19 +0000
(21:44 -0400)
committer
Andy Shevchenko
<
[email protected]
>
Thu, 27 Sep 2018 09:17:56 +0000
(12:17 +0300)
To fix:
acerhdf: unknown (unsupported) BIOS version Gateway /LT31 /v1.3307 , please report, aborting!
As can be seen in the context, the BIOS registers haven't changed in
the previous versions, so the assumption is they won't have changed
in this last update for this somewhat older platform either.
Cc: Peter Feuerer <
[email protected]
>
Cc: Darren Hart <
[email protected]
>
Cc: Andy Shevchenko <
[email protected]
>
Signed-off-by: Paul Gortmaker <
[email protected]
>
Signed-off-by: Andy Shevchenko <
[email protected]
>
Reviewed-by: Peter Feuerer <
[email protected]
>
drivers/platform/x86/acerhdf.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/acerhdf.c
b/drivers/platform/x86/acerhdf.c
index fef3b727bc247159b950a1e3d8e2078fa99d63b6..eddcd8e94a88a336aa2608710f60110216ce03b1 100644
(file)
--- a/
drivers/platform/x86/acerhdf.c
+++ b/
drivers/platform/x86/acerhdf.c
@@
-236,6
+236,7
@@
static const struct bios_settings bios_tbl[] = {
{"Gateway", "LT31", "v1.3201", 0x55, 0x58, {0x9e, 0x00}, 0},
{"Gateway", "LT31", "v1.3302", 0x55, 0x58, {0x9e, 0x00}, 0},
{"Gateway", "LT31", "v1.3303t", 0x55, 0x58, {0x9e, 0x00}, 0},
+ {"Gateway", "LT31", "v1.3307", 0x55, 0x58, {0x9e, 0x00}, 0},
/* Packard Bell */
{"Packard Bell", "DOA150", "v0.3104", 0x55, 0x58, {0x21, 0x00}, 0},
{"Packard Bell", "DOA150", "v0.3105", 0x55, 0x58, {0x20, 0x00}, 0},