Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1543914
| From | Marcos Paulo de Souza <marcos.souza.org@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table |
| Date | 2016-12-17 03:30 +0100 |
| Message-ID | <sPcV4-3nn-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 <dmitry.torokhov@gmail.com>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
---
drivers/input/serio/i8042-x86ia64io.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index ddd3132..1776dc6 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -211,6 +211,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
},
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
+ },
+ },
{ }
};
--
2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2016-12-17 03:30 +0100 Re: [PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-12-19 00:30 +0100
csiph-web