Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: touchscreen_dmi: Fix Chuwi Hi10 Pro comment

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>
Link: https://lore.kernel.org/r/20210530104744.6720-1-hdegoede@redhat.com

+1 -1
+1 -1
drivers/platform/x86/touchscreen_dmi.c
··· 942 942 }, 943 943 }, 944 944 { 945 - /* Chuwi Hi10 Prus (CWI597) */ 945 + /* Chuwi Hi10 Pro (CWI529) */ 946 946 .driver_data = (void *)&chuwi_hi10_pro_data, 947 947 .matches = { 948 948 DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),