All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] video/console: Add new BIOS date for GPD pocket to dmi quirk table
@ 2017-09-04 13:09 Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2017-09-04 13:09 UTC (permalink / raw)
  To: linux-fbdev

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] video/console: Add new BIOS date for GPD pocket to dmi quirk table
@ 2017-08-26 12:26 Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2017-08-26 12:26 UTC (permalink / raw)
  To: linux-fbdev

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(-)

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,
 };
 
-- 
2.13.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-04 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-04 13:09 [PATCH] video/console: Add new BIOS date for GPD pocket to dmi quirk table Bartlomiej Zolnierkiewicz
  -- strict thread matches above, loose matches on Subject: below --
2017-08-26 12:26 Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.