Skip to content

Commit 94c8e86

Browse files
jwrdegoededtor
authored andcommitted
Input: i8042 - add dritek quirk for Acer Aspire One AO532
Like on other Acer devices, the wifi, bluetooth and touchpad on/off toggle hotkeys on the Acer AO532 do not send any events when the dritek extensions are not enabled. Add a quirk to enable the dritek extensions on this netbook model. Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 42d3f27 commit 94c8e86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
216216
},
217217
.driver_data = (void *)(SERIO_QUIRK_RESET_ALWAYS)
218218
},
219+
{
220+
/* Acer Aspire One 532h */
221+
.matches = {
222+
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
223+
DMI_MATCH(DMI_PRODUCT_NAME, "AO532h"),
224+
},
225+
.driver_data = (void *)(SERIO_QUIRK_DRITEK)
226+
},
219227
{
220228
.matches = {
221229
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),

0 commit comments

Comments
 (0)