Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755758AbZISO4R (ORCPT ); Sat, 19 Sep 2009 10:56:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752422AbZISO4Q (ORCPT ); Sat, 19 Sep 2009 10:56:16 -0400 Received: from mail.gmx.net ([213.165.64.20]:46805 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751993AbZISO4P (ORCPT ); Sat, 19 Sep 2009 10:56:15 -0400 X-Authenticated: #1593455 X-Provags-ID: V01U2FsdGVkX1/F76lmmdHFD6nef28fFJhXsrAqcquIQbsms1Zw13 +iU2HnkOOgC7BY From: Sebastian Frei To: mitr@volny.cz Subject: Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM2030 laptop Date: Sat, 19 Sep 2009 16:55:54 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31; KDE/4.3.1; i686; svn-1016677; 2009-08-27) Cc: linux-kernel@vger.kernel.org, dmitry.torokhov@gmail.com, linux-input@vger.kernel.org References: <200909191243.09243.dr.nop@gmx.net> <1253366810.6699.56.camel@desktop> In-Reply-To: <1253366810.6699.56.camel@desktop> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200909191655.54654.dr.nop@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.49 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2282 Lines: 64 Am Samstag, 19. September 2009 15:26:50 schrieb Daniel Walker: > On Sat, 2009-09-19 at 12:43 +0200, Sebastian Frei wrote: > > This patch adds a DMI entry for the Medion WIM2030 laptop. > > > > Signed-off-by: Sebastian Frei > > > > --- linux-2.6.31.orig/drivers/input/misc/wistron_btns.c > > +++ linux-2.6.31/drivers/input/misc/wistron_btns.c > > @@ -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"), > > Form email below (your the second person to do this today), > > Your patch is whitespace damaged .. All the tabs have been removed from > your code, and the context code in the patch. That usually means the > patch can't be applied .. It can happen when you X copy&paste the patch > into an email. If your using quilt you can use "quilt mail" , or have > your mailer "insert text file" instead of copy&paste. > > Daniel > Next try, this time with tab stops: Signed-off-by: Sebastian Frei --- 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"), -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/