- amoi-laptop-touchpad-detection-problem-should-be-in-i8042-nomux-blacklist.patch removed from -mm tree

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

 



The patch titled

     Amoi laptop touchpad detection problem, should be in i8042 NOMUX blacklist

has been removed from the -mm tree.  Its filename is

     amoi-laptop-touchpad-detection-problem-should-be-in-i8042-nomux-blacklist.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
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

git-input.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux