Am Samstag, 19. September 2009 15:26:50 schrieb Daniel Walker:
Next try, this time with tab stops:
Signed-off-by: Sebastian Frei <dr.nop@gmx.net>
--- linux-2.6.31/drivers/input/misc/wistron_btns.c.orig 2008-09-12
20:47:24.000000000 +0200
+++ linux-2.6.31/drivers/input/misc/wistron_btns.c 2008-03-13
22:18:02.000000000 +0100
@@ -669,6 +669,15 @@
},
{
.callback = dmi_matched,
+ .ident = "Medion MD 42200",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Medion"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "WIM 2030"),
+ },
+ .driver_data = keymap_fs_amilo_pro_v2000
+ },
+ {
+ .callback = dmi_matched,
.ident = "Fujitsu N3510",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
--