* [PATCH]Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist.
@ 2006-08-08 4:41 cjacker huang
2006-08-09 3:39 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: cjacker huang @ 2006-08-08 4:41 UTC (permalink / raw)
To: Andrew Morton, linux-kernel
Recently, I had test Red Flag Linux on an AMOI laptop(AMOI is PC
vendor in China), found that the alps touchpad on this laptop can not
be recognized automatically. after added the i8042.nomux to the kernel
options, the touchpad works.
So I made this patch, maybe somebody need this.
The VENDOR and PRODUCT_NAME is dumped from dmidecode.
--- linux-2.6.17.8.i686/drivers/input/serio/i8042-x86ia64io.h
2006-08-07 00:18:54.000000000 -0400
+++ linux-2.6.17.8.i686n/drivers/input/serio/i8042-x86ia64io.h
2006-08-08 00:09:50.882912192 -0400
@@ -180,6 +180,13 @@
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"),
},
},
+ {
+ .ident = "Amoi M636/A737",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "M636/A737 platform"),
+ },
+ },
{ }
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH]Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist.
2006-08-08 4:41 [PATCH]Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist cjacker huang
@ 2006-08-09 3:39 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2006-08-09 3:39 UTC (permalink / raw)
To: cjacker huang; +Cc: Andrew Morton, linux-kernel
On Tuesday 08 August 2006 00:41, cjacker huang wrote:
> Recently, I had test Red Flag Linux on an AMOI laptop(AMOI is PC
> vendor in China), found that the alps touchpad on this laptop can not
> be recognized automatically. after added the i8042.nomux to the kernel
> options, the touchpad works.
>
> So I made this patch, maybe somebody need this.
>
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-09 3:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-08 4:41 [PATCH]Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist cjacker huang
2006-08-09 3:39 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox