[PATCH]Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux