Blob Blame History Raw
From 23e9f4ef99dd313fc8d19c326f6518459a402d71 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Thu, 7 Sep 2017 13:18:33 +0200
Subject: [PATCH] video/console: Update BIOS dates list for GPD win console rotation DMI quirk
Git-commit: 23e9f4ef99dd313fc8d19c326f6518459a402d71
Patch-mainline: v4.14-rc1
References: bsc#1068546

Recently produced GPD win devices have a new BIOS, research into the
changes in this BIOS has found a ChangeLog which also lists 2 previously
unknown BIOS dates.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
[b.zolnierkie: ported over fbcon changes]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/video/console/fbcon_dmi_quirks.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/video/console/fbcon_dmi_quirks.c
+++ b/drivers/video/console/fbcon_dmi_quirks.c
@@ -46,8 +46,8 @@ static const struct fbcon_dmi_rotate_dat
 	.width = 720,
 	.height = 1280,
 	.bios_dates = (const char * const []){
-		"10/25/2016", "11/18/2016", "02/21/2017",
-		"03/20/2017", NULL },
+		"10/25/2016", "11/18/2016", "12/23/2016", "12/26/2016",
+		"02/21/2017", "03/20/2017", "05/25/2017", NULL },
 	.rotate = FB_ROTATE_CW,
 };