The patch titled Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist has been added to the -mm tree. Its filename is amoi-laptop-touchpad-detection-problem-should-be-in-i8042-nomux-blacklist.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist From: "cjacker huang" <cjacker@xxxxxxxxx> 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. Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ 1 files changed, 7 insertions(+) diff -puN drivers/input/serio/i8042-x86ia64io.h~amoi-laptop-touchpad-detection-problem-should-be-in-i8042-nomux-blacklist drivers/input/serio/i8042-x86ia64io.h --- a/drivers/input/serio/i8042-x86ia64io.h~amoi-laptop-touchpad-detection-problem-should-be-in-i8042-nomux-blacklist +++ a/drivers/input/serio/i8042-x86ia64io.h @@ -180,6 +180,13 @@ static struct dmi_system_id __initdata i 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"), + }, + }, { } }; _ Patches currently in -mm which might be from cjacker@xxxxxxxxx are amoi-laptop-touchpad-detection-problem-should-be-in-i8042-nomux-blacklist.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html