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"),
+ },
+ },
{ }
};
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