- drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface.patch removed from -mm tree

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

 



The patch titled

     drivers/input/misc: Added Acer TravelMate 2424NWXCi support to the wistron button interface

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

     drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface.patch

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

------------------------------------------------------
Subject: drivers/input/misc: Added Acer TravelMate 2424NWXCi support to the wistron button interface
From: "Ashutosh Naik" <ashutosh.naik@xxxxxxxxx>

Add Acer TravelMate 2424NWXCi support to the wistron button interface.The
key mappings are the same as the older Acer TravelMate 240.  I have tested
it on my new laptop and it seems to work great.

Signed-off-by: Ashutosh Naik <ashutosh.naik@xxxxxxxxx>
Cc: Dmitry Torokhov <dtor@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/input/misc/wistron_btns.c |    9 +++++++++
 1 files changed, 9 insertions(+)

diff -puN drivers/input/misc/wistron_btns.c~drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface drivers/input/misc/wistron_btns.c
--- a/drivers/input/misc/wistron_btns.c~drivers-input-misc-added-acer-travelmate-2424nwxci-support-to-the-wistron-button-interface
+++ a/drivers/input/misc/wistron_btns.c
@@ -386,6 +386,15 @@ static struct dmi_system_id dmi_ids[] __
 		},
 		.driver_data = keymap_acer_travelmate_240
 	},
+	{
+		.callback = dmi_matched,
+		.ident = "Acer TravelMate 2424NWXCi",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 2420"),
+		},
+		.driver_data = keymap_acer_travelmate_240
+	},
         {
 		.callback = dmi_matched,
 		.ident = "AOpen 1559AS",
_

Patches currently in -mm which might be from ashutosh.naik@xxxxxxxxx are

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