[PATCH] drm: panel-orientation-quirks: Add quirk for One Mix 2S

2023-09-29 Thread Kai Uwe Broulik
The One Mix 2S is a mini laptop with a 1200x1920 portrait screen mounted in a landscape oriented clamshell case. Because of the too generic DMI strings this entry is also doing bios-date matching. Signed-off-by: Kai Uwe Broulik --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 16

Re: [PATCH] drm: panel-orientation-quirks: Add quirk for One Mix 2S

2023-09-28 Thread Hans de Goede
Hi, On 9/28/23 21:35, Kai Uwe Broulik wrote: > The One Mix 2S is a mini laptop with a 1200x1920 portrait screen > mounted in a landscape oriented clamshell case. Because of the too > generic DMI strings this entry is also doing bios-date matching. > > Signed-off-by: Kai Uwe Broulik Thanks, patc