Skip to content

Commit a48491c

Browse files
Cypresslindtor
authored andcommitted
Input: i8042 - add ByteSpeed touchpad to noloop table
It looks like the C15B laptop got another vendor: ByteSpeed LLC. Avoid AUX loopback on this touchpad as well, thus input subsystem will be able to recognize a Synaptics touchpad in the AUX port. BugLink: https://bugs.launchpad.net/bugs/1906128 Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com> Link: https://lore.kernel.org/r/20201201054723.5939-1-po-hsu.lin@canonical.com Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 855b698 commit a48491c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
219219
DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
220220
DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
221221
},
222+
.matches = {
223+
DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"),
224+
DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"),
225+
},
222226
},
223227
{ }
224228
};

0 commit comments

Comments
 (0)