lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8da2d4b5-4e53-4c0c-84e2-16b5aee6d757@redhat.com>
Date: Sat, 9 Aug 2025 13:48:30 +0200
From: Hans de Goede <hdegoede@...hat.com>
To: Ibrahim Burak Yorulmaz <iburaky.dev@...il.com>,
 maarten.lankhorst@...ux.intel.com
Cc: mripard@...nel.org, airlied@...il.com, simona@...ll.ch,
 dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] drm: panel-orientation-quirks: Add Chuwi MiniBook X
 quirk

Hi Ibrahim,

On 9-Aug-25 1:12 PM, Ibrahim Burak Yorulmaz wrote:
> v2:
> - Changed subject prefix to drm: panel-orientation-quirks
> 
> The Chuwi MiniBook X (CWI558) uses a tablet screen which is oriented
> incorrectly by default. This adds a DMI quirk to rotate the panel into
> the correct orientation.
> 
> Signed-off-by: Ibrahim Burak Yorulmaz <iburaky.dev@...il.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hansg@...nel.org>

Regards,

Hans


> ---
>  drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> index c554ad8f246b..c85f63c42bbe 100644
> --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
> +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> @@ -282,6 +282,12 @@ static const struct dmi_system_id orientation_data[] = {
>  		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Hi10 pro tablet"),
>  		},
>  		.driver_data = (void *)&lcd1200x1920_rightside_up,
> +	}, {	/* Chuwi MiniBook X (CWI558) */
> +		.matches = {
> +		  DMI_MATCH(DMI_SYS_VENDOR, "CHUWI"),
> +		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "MiniBook X"),
> +		},
> +		.driver_data = (void *)&lcd1200x1920_rightside_up,
>  	}, {	/* Dynabook K50 */
>  		.matches = {
>  		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dynabook Inc."),


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ