diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-09-07 07:18:33 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-09-07 07:18:33 -0400 |
commit | 23e9f4ef99dd313fc8d19c326f6518459a402d71 (patch) | |
tree | ccdc5454e27cb0c33938de5446eed5617df6bc15 | |
parent | 87a72dcbbd3c1a80d70a41ce3a6d9cf92a9e2295 (diff) |
video/console: Update BIOS dates list for GPD win console rotation DMI 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 <hdegoede@redhat.com>
[b.zolnierkie: ported over fbcon changes]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-rw-r--r-- | drivers/video/fbdev/core/fbcon_dmi_quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/core/fbcon_dmi_quirks.c b/drivers/video/fbdev/core/fbcon_dmi_quirks.c index 3fd40568070b..6904e47d1e51 100644 --- a/drivers/video/fbdev/core/fbcon_dmi_quirks.c +++ b/drivers/video/fbdev/core/fbcon_dmi_quirks.c | |||
@@ -46,8 +46,8 @@ static const struct fbcon_dmi_rotate_data rotate_data_gpd_win = { | |||
46 | .width = 720, | 46 | .width = 720, |
47 | .height = 1280, | 47 | .height = 1280, |
48 | .bios_dates = (const char * const []){ | 48 | .bios_dates = (const char * const []){ |
49 | "10/25/2016", "11/18/2016", "02/21/2017", | 49 | "10/25/2016", "11/18/2016", "12/23/2016", "12/26/2016", |
50 | "03/20/2017", NULL }, | 50 | "02/21/2017", "03/20/2017", "05/25/2017", NULL }, |
51 | .rotate = FB_ROTATE_CW, | 51 | .rotate = FB_ROTATE_CW, |
52 | }; | 52 | }; |
53 | 53 | ||