* [patch 3/4] input: more i8042-reset quirks for MSI Wind-clone netbooks
@ 2009-08-06 23:04 akpm
2009-08-07 16:56 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-08-06 23:04 UTC (permalink / raw)
To: dtor; +Cc: linux-input, akpm, yan.i.li, alan, mjg59
From: Yan Li <yan.i.li@intel.com>
When testing Moblin on various netbooks, we've got reports that many MSI
Wind clones need the i8042 reset quirks for the keyboard and/or touchpad's
proper function.
Signed-off-by: Yan Li <yan.i.li@intel.com>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/input/serio/i8042-x86ia64io.h | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff -puN drivers/input/serio/i8042-x86ia64io.h~input-more-i8042-reset-quirks-for-msi-wind-clone-netbooks drivers/input/serio/i8042-x86ia64io.h
--- a/drivers/input/serio/i8042-x86ia64io.h~input-more-i8042-reset-quirks-for-msi-wind-clone-netbooks
+++ a/drivers/input/serio/i8042-x86ia64io.h
@@ -420,6 +420,34 @@ static struct dmi_system_id __initdata i
DMI_MATCH(DMI_BOARD_VENDOR, "LG Electronics Inc."),
},
},
+ {
+ .ident = "Acer Aspire One 150",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "AOA150"),
+ },
+ },
+ {
+ .ident = "Advent 4211",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "DIXONSXP"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Advent 4211"),
+ },
+ },
+ {
+ .ident = "Medion Akoya Mini E1210",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "E1210"),
+ },
+ },
+ {
+ .ident = "Mivvy M310",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "VIOOO"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "N10"),
+ },
+ },
{ }
};
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 3/4] input: more i8042-reset quirks for MSI Wind-clone netbooks
2009-08-06 23:04 [patch 3/4] input: more i8042-reset quirks for MSI Wind-clone netbooks akpm
@ 2009-08-07 16:56 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-08-07 16:56 UTC (permalink / raw)
To: akpm; +Cc: linux-input, yan.i.li, alan, mjg59
On Thursday 06 August 2009 16:04:13 akpm@linux-foundation.org wrote:
> From: Yan Li <yan.i.li@intel.com>
>
> When testing Moblin on various netbooks, we've got reports that many MSI
> Wind clones need the i8042 reset quirks for the keyboard and/or touchpad's
> proper function.
Already in mainline, please drop.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-07 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 23:04 [patch 3/4] input: more i8042-reset quirks for MSI Wind-clone netbooks akpm
2009-08-07 16:56 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).