From 52a962ee1ca4dca721d44fe59aca1faea9f418cf Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 4 Sep 2017 16:00:49 +0200 Subject: [PATCH] video/console: Add new BIOS date for GPD pocket to dmi quirk table Git-commit: 52a962ee1ca4dca721d44fe59aca1faea9f418cf Patch-mainline: v4.14-rc1 References: bsc#1068546 GPD has released a new BIOS for the pocket, update the dmi data accordingly. Signed-off-by: Hans de Goede [b.zolnierkie: ported over fbcon changes] Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Takashi Iwai --- drivers/video/console/fbcon_dmi_quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/video/console/fbcon_dmi_quirks.c +++ b/drivers/video/console/fbcon_dmi_quirks.c @@ -38,7 +38,7 @@ static const struct fbcon_dmi_rotate_dat .width = 1200, .height = 1920, .bios_dates = (const char * const []){ "05/26/2017", "06/28/2017", - "07/05/2017", NULL }, + "07/05/2017", "08/07/2017", NULL }, .rotate = FB_ROTATE_CW, };