Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52a962ee authored by Hans de Goede's avatar Hans de Goede Committed by Bartlomiej Zolnierkiewicz
Browse files

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



GPD has released a new BIOS for the pocket, update the dmi data
accordingly.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
[b.zolnierkie: ported over fbcon changes]
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent 176780c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};