Skip to content

Commit bf75340

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5af8be6 commit bf75340

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

drivers/platform/x86/acer-wmi.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
508508
},
509509
.driver_data = &quirk_acer_travelmate_2490,
510510
},
511+
{
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+
},
511520
{
512521
.callback = set_force_caps,
513522
.ident = "Acer Aspire Switch 10 SW5-012",

0 commit comments

Comments
 (0)