On 9/4/25 19:50, Antheas Kapenekakis wrote:
> Add quirks for two Zeenix handhelds, the Lite and the Pro.
> They are identical to the Ayn Loki and the Ayn Loki Pro respectively.
>
> Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
> ---
> drivers/gpu/drm/drm_panel_orientation_quirks.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> index 5f896d6e4090..201e5349f3ac 100644
> --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
> +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> @@ -594,6 +594,18 @@ static const struct dmi_system_id orientation_data[] = {
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
> },
> .driver_data = (void *)&lcd1280x1920_rightside_up,
> + }, { /* Tectoy Zeenix Lite */
> + .matches = {
> + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Tectoy"),
> + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Zeenix Lite"),
> + },
> + .driver_data = (void *)&lcd1080x1920_leftside_up,
> + }, { /* Tectoy Zeenix Pro */
> + .matches = {
> + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Tectoy"),
> + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Zeenix Pro"),
> + },
> + .driver_data = (void *)&lcd1080x1920_leftside_up,
> }, { /* Valve Steam Deck (Jupiter) */
> .matches = {
> DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
Reviewed-by: Philip Müller <philm@manjaro.org>
--
Best, Philip