diff options
author | Hans de Goede <hdegoede@redhat.com> | 2017-09-04 16:00:49 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-09-04 16:00:49 +0200 |
commit | 52a962ee1ca4dca721d44fe59aca1faea9f418cf (patch) | |
tree | e9a11db0a01630a1e69eea6e8818f1f4b7b19488 /drivers/video | |
parent | 176780c7d2fab4ac7b46f217e20db0ce533f27f4 (diff) |
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: Hans de Goede <hdegoede@redhat.com>
[b.zolnierkie: ported over fbcon changes]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/core/fbcon_dmi_quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/core/fbcon_dmi_quirks.c b/drivers/video/fbdev/core/fbcon_dmi_quirks.c index 7fbf7df765ea..9027f044a0e1 100644 --- a/drivers/video/fbdev/core/fbcon_dmi_quirks.c +++ b/drivers/video/fbdev/core/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, }; |