diff mbox series

[v2] platform/x86: touchscreen_dmi: Fix Chuwi Hi10 Pro comment

Message ID 20210530104744.6720-1-hdegoede@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [v2] platform/x86: touchscreen_dmi: Fix Chuwi Hi10 Pro comment | expand

Commit Message

Hans de Goede May 30, 2021, 10:47 a.m. UTC
Fix the comment on the entry for the Chuwi Hi10 Pro tablet:
1. Replace "Prus" type with "Pro".
2. Fix the model number, the Chuwi Hi10 Pro is the CWI529, not the CWI597.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
Changes in v2
- Also fix the wrong model number
---
 drivers/platform/x86/touchscreen_dmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Hans de Goede May 31, 2021, 12:20 p.m. UTC | #1
Hi all,

On 5/30/21 12:47 PM, Hans de Goede wrote:
> Fix the comment on the entry for the Chuwi Hi10 Pro tablet:
> 1. Replace "Prus" type with "Pro".
> 2. Fix the model number, the Chuwi Hi10 Pro is the CWI529, not the CWI597.
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

I've added this to me review-hans branch now.

Regards,

Hans


> ---
> Changes in v2
> - Also fix the wrong model number
> ---
>  drivers/platform/x86/touchscreen_dmi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
> index 424cf2a84744..0e1451b1d9c6 100644
> --- a/drivers/platform/x86/touchscreen_dmi.c
> +++ b/drivers/platform/x86/touchscreen_dmi.c
> @@ -971,7 +971,7 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
>  		},
>  	},
>  	{
> -		/* Chuwi Hi10 Prus (CWI597) */
> +		/* Chuwi Hi10 Pro (CWI529) */
>  		.driver_data = (void *)&chuwi_hi10_pro_data,
>  		.matches = {
>  			DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
>
diff mbox series

Patch

diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
index 424cf2a84744..0e1451b1d9c6 100644
--- a/drivers/platform/x86/touchscreen_dmi.c
+++ b/drivers/platform/x86/touchscreen_dmi.c
@@ -971,7 +971,7 @@  const struct dmi_system_id touchscreen_dmi_table[] = {
 		},
 	},
 	{
-		/* Chuwi Hi10 Prus (CWI597) */
+		/* Chuwi Hi10 Pro (CWI529) */
 		.driver_data = (void *)&chuwi_hi10_pro_data,
 		.matches = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),