Skip to content

Commit

Permalink
video/console: Update BIOS dates list for GPD win console rotation DM…
Browse files Browse the repository at this point in the history
…I quirk

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 <[email protected]>
[b.zolnierkie: ported over fbcon changes]
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
  • Loading branch information
jwrdegoede authored and bzolnier committed Sep 7, 2017
1 parent 87a72dc commit 23e9f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/fbdev/core/fbcon_dmi_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ static const struct fbcon_dmi_rotate_data rotate_data_gpd_win = {
.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,
};

Expand Down

0 comments on commit 23e9f4e

Please sign in to comment.