mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
platform/x86: touchscreen_dmi: Update Hi10 Air filter
Turns out the Hi10 Air is built by multiple companies so using Hampoo as a filter is not enough to cover all variants. This has been verified as working on the Hampoo and Morshow version. Signed-off-by: Christian Oder <me@myself5.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
edb73f4f02
commit
6d789e60c3
1 changed files with 2 additions and 1 deletions
|
@ -617,7 +617,8 @@ static const struct dmi_system_id touchscreen_dmi_table[] = {
|
|||
/* Chuwi Hi10 Air */
|
||||
.driver_data = (void *)&chuwi_hi10_air_data,
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "CHUWI INNOVATION AND TECHNOLOGY(SHENZHEN)CO.LTD"),
|
||||
DMI_MATCH(DMI_BOARD_NAME, "Cherry Trail CR"),
|
||||
DMI_MATCH(DMI_PRODUCT_SKU, "P1W6_C109D_B"),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue