projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91ed05
)
Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table
author
Christoph Fritz
<
[email protected]
>
Sun, 14 Mar 2010 06:26:23 +0000
(22:26 -0800)
committer
Dmitry Torokhov
<
[email protected]
>
Sun, 14 Mar 2010 06:37:59 +0000
(22:37 -0800)
ALDI/MEDION netbook E1222 needs to be in the reset quirk list for
its touchpad's proper function.
Reported-by: Michael Fischer <
[email protected]
>
Signed-off-by: Christoph Fritz <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Dmitry Torokhov <
[email protected]
>
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 3696cab4059804a1cf979e4328d5dbf33ca8dfff..ead0494721d0a7ae7578ec753c6aa4faa09e74d3 100644
(file)
--- a/
drivers/input/serio/i8042-x86ia64io.h
+++ b/
drivers/input/serio/i8042-x86ia64io.h
@@
-441,6
+441,13
@@
static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "E1210"),
},
},
+ {
+ /* Medion Akoya E1222 */
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "E122X"),
+ },
+ },
{
/* Mivvy M310 */
.matches = {