All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Sebastian Frei <dr.nop@gmx.net>
Cc: mitr@volny.cz, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM2030 laptop
Date: Mon, 28 Sep 2009 10:02:52 -0700	[thread overview]
Message-ID: <20090928170251.GF21455@core.coreip.homeip.net> (raw)
In-Reply-To: <200909191655.54654.dr.nop@gmx.net>

On Sat, Sep 19, 2009 at 04:55:54PM +0200, Sebastian Frei wrote:
> 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 <dr.nop@gmx.net>
> > >
> > > --- 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 <dr.nop@gmx.net>
> 

Applied, thanks Sebastian.

-- 
Dmitry

      reply	other threads:[~2009-09-28 17:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-19 10:43 [PATCH] wistron_btns.c: Add DMI entry for Medion WIM2030 laptop Sebastian Frei
2009-09-19 13:26 ` Daniel Walker
2009-09-19 14:55   ` Sebastian Frei
2009-09-28 17:02     ` Dmitry Torokhov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090928170251.GF21455@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=dr.nop@gmx.net \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mitr@volny.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.