projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90245c1
)
Input: i8042 - add ULI EV4873 to noloop list
author
Dmitry Torokhov
<dtor@insightbb.com>
Tue, 12 Jun 2007 04:33:32 +0000
(
00:33
-0400)
committer
Dmitry Torokhov
<dtor@insightbb.com>
Tue, 12 Jun 2007 04:33:32 +0000
(
00:33
-0400)
The box does not implement AUX LOOP command properly and so we
can't test for AUX IRQ delivery so blacklist it via DMI and
assume that AUX port is present.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042-x86ia64io.h
patch
|
blob
|
history
diff --git
a/drivers/input/serio/i8042-x86ia64io.h
b/drivers/input/serio/i8042-x86ia64io.h
index 9fe92ed4d2b968b1f14b1badc2a21727da00064e..f4a2517925e4c3746b0beecd984ef906edc1ac3c 100644
(file)
--- a/
drivers/input/serio/i8042-x86ia64io.h
+++ b/
drivers/input/serio/i8042-x86ia64io.h
@@
-101,6
+101,15
@@
static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "00"),
},
},
+ {
+ /* AUX LOOP does not work properly */
+ .ident = "ULI EV4873",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ULI"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "EV4873"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
+ },
+ },
{ }
};