]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.4.165/platform-x86-acerhdf-add-bios-entry-for-gateway-lt31.patch
Fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.4.165 / platform-x86-acerhdf-add-bios-entry-for-gateway-lt31.patch
CommitLineData
0a7a57e4
SL
1From 3cfb25d9413930f095819073166c4a7e575d08b5 Mon Sep 17 00:00:00 2001
2From: Paul Gortmaker <paul.gortmaker@windriver.com>
3Date: Thu, 20 Sep 2018 21:44:19 -0400
4Subject: platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
5
6[ Upstream commit 684238d79ad85c5e19a71bb5818e77e329912fbc ]
7
8To fix:
9
10 acerhdf: unknown (unsupported) BIOS version Gateway /LT31 /v1.3307 , please report, aborting!
11
12As can be seen in the context, the BIOS registers haven't changed in
13the previous versions, so the assumption is they won't have changed
14in this last update for this somewhat older platform either.
15
16Cc: Peter Feuerer <peter@piie.net>
17Cc: Darren Hart <dvhart@infradead.org>
18Cc: Andy Shevchenko <andy@infradead.org>
19Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
21Reviewed-by: Peter Feuerer <peter@piie.net>
22Signed-off-by: Sasha Levin <sashal@kernel.org>
23---
24 drivers/platform/x86/acerhdf.c | 1 +
25 1 file changed, 1 insertion(+)
26
27diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c
28index 460fa6708bfc..3c4b107aba78 100644
29--- a/drivers/platform/x86/acerhdf.c
30+++ b/drivers/platform/x86/acerhdf.c
31@@ -233,6 +233,7 @@ static const struct bios_settings bios_tbl[] = {
32 {"Gateway", "LT31", "v1.3201", 0x55, 0x58, {0x9e, 0x00}, 0},
33 {"Gateway", "LT31", "v1.3302", 0x55, 0x58, {0x9e, 0x00}, 0},
34 {"Gateway", "LT31", "v1.3303t", 0x55, 0x58, {0x9e, 0x00}, 0},
35+ {"Gateway", "LT31", "v1.3307", 0x55, 0x58, {0x9e, 0x00}, 0},
36 /* Packard Bell */
37 {"Packard Bell", "DOA150", "v0.3104", 0x55, 0x58, {0x21, 0x00}, 0},
38 {"Packard Bell", "DOA150", "v0.3105", 0x55, 0x58, {0x20, 0x00}, 0},
39--
402.17.1
41