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

platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016

Add the Acer Aspire Switch 10E SW3-016 to the list of models which use the
Acer Switch WMI interface for reporting SW_TABLET_MODE.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20201123151625.5530-1-hdegoede@redhat.com

+9
+9
drivers/platform/x86/acer-wmi.c
··· 510 510 }, 511 511 { 512 512 .callback = set_force_caps, 513 + .ident = "Acer Aspire Switch 10E SW3-016", 514 + .matches = { 515 + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), 516 + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire SW3-016"), 517 + }, 518 + .driver_data = (void *)ACER_CAP_KBD_DOCK, 519 + }, 520 + { 521 + .callback = set_force_caps, 513 522 .ident = "Acer Aspire Switch 10 SW5-012", 514 523 .matches = { 515 524 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),