lkml.org 
[lkml]   [2006]   [Aug]   [8]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 8 Aug 2006 12:41:48 +0800
From"cjacker huang" <>
Subject[PATCH]Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist.
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"),
+        },
+    },
    { }
 };
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-08-08 06:47    [from the cache]
©2003-2008