All of lore.kernel.org
 help / color / mirror / Atom feed
* - wistron-button-support-for-fujitsu-siemens-amilo-d88x0.patch removed from -mm tree
@ 2007-02-10  5:25 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-10  5:25 UTC (permalink / raw)
  To: ml, dtor, mitr, mm-commits


The patch titled
     wistron button support for fujitsu-siemens Amilo D88x0
has been removed from the -mm tree.  Its filename was
     wistron-button-support-for-fujitsu-siemens-amilo-d88x0.patch

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

------------------------------------------------------
Subject: wistron button support for fujitsu-siemens Amilo D88x0
From: Michael Leun <ml@newton.leun.net>

Works just fine for me on a Amilo D8820.

Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: Miloslav Trmac <mitr@volny.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

diff -puN drivers/input/misc/wistron_btns.c~wistron-button-support-for-fujitsu-siemens-amilo-d88x0 drivers/input/misc/wistron_btns.c
--- a/drivers/input/misc/wistron_btns.c~wistron-button-support-for-fujitsu-siemens-amilo-d88x0
+++ a/drivers/input/misc/wistron_btns.c
@@ -335,6 +335,17 @@ static struct key_entry keymap_aopen_155
 	{ KE_END,  0 },
 };
 
+static struct key_entry keymap_fs_amilo_d88x0[] = {
+	{ KE_KEY, 0x01, KEY_HELP },
+	{ KE_KEY, 0x08, KEY_MUTE },
+	{ KE_KEY, 0x31, KEY_MAIL },
+	{ KE_KEY, 0x36, KEY_WWW },
+	{ KE_KEY, 0x11, KEY_PROG1 },
+	{ KE_KEY, 0x12, KEY_PROG2 },
+	{ KE_KEY, 0x13, KEY_PROG3 },
+	{ KE_END, 0 }
+};
+
 /*
  * If your machine is not here (which is currently rather likely), please send
  * a list of buttons and their key codes (reported when loading this module
@@ -413,6 +424,15 @@ static struct dmi_system_id dmi_ids[] __
 		},
 		.driver_data = keymap_wistron_ms2111
 	},
+	{
+		.callback = dmi_matched,
+		.ident = "Fujitsu Siemens Amilo D88x0",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "AMILO D"),
+		},
+		.driver_data = keymap_fs_amilo_d88x0
+	},
 	{ NULL, }
 };
 
_

Patches currently in -mm which might be from ml@newton.leun.net are

git-input.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-10  5:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10  5:25 - wistron-button-support-for-fujitsu-siemens-amilo-d88x0.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.