diff mbox

video/console: Add new BIOS date for GPD pocket to dmi quirk table

Message ID 20170826122638.29936-1-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hans de Goede Aug. 26, 2017, 12:26 p.m. UTC
GPD has released a new BIOS for the pocket, update the dmi data
accordingly.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/video/console/fbcon_dmi_quirks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartlomiej Zolnierkiewicz Sept. 4, 2017, 1:09 p.m. UTC | #1
On Saturday, August 26, 2017 02:26:38 PM Hans de Goede wrote:
> GPD has released a new BIOS for the pocket, update the dmi data
> accordingly.
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Patch queued for 4.14, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

--
To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/video/console/fbcon_dmi_quirks.c b/drivers/video/console/fbcon_dmi_quirks.c
index 7fbf7df765ea..9027f044a0e1 100644
--- 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_data rotate_data_gpd_pocket = {
 	.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,
 };