Skip to content

Commit 41c567a

Browse files
marcospsdtor
authored andcommitted
Input: i8042 - add Pegatron touchpad to noloop table
Avoid AUX loopback in Pegatron C15B touchpad, so input subsystem is able to recognize a Synaptics touchpad in the AUX port. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=93791 (Touchpad is not detected on DNS 0801480 notebook (PEGATRON C15B)) Suggested-by: Dmitry Torokhov <[email protected]> Signed-off-by: Marcos Paulo de Souza <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 65dadff commit 41c567a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
211211
DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
212212
},
213213
},
214+
{
215+
.matches = {
216+
DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
217+
DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
218+
},
219+
},
214220
{ }
215221
};
216222

0 commit comments

Comments
 (0)