login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2009
»
September
»
28
Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM2030 laptop
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Dmitry Torokhov
Subject:
Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM2030 laptop
Date: Monday, September 28, 2009 - 10:02 am
On Sat, Sep 19, 2009 at 04:55:54PM +0200, Sebastian Frei wrote:
quoted text
> 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 --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH] wistron_btns.c: Add DMI entry for Medion WIM2030 l ...
, Sebastian Frei
, (Sat Sep 19, 3:43 am)
Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM20 ...
, Daniel Walker
, (Sat Sep 19, 6:26 am)
Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM20 ...
, Sebastian Frei
, (Sat Sep 19, 7:55 am)
Re: [PATCH] wistron_btns.c: Add DMI entry for Medion WIM20 ...
, Dmitry Torokhov
, (Mon Sep 28, 10:02 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jesse Barnes
Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference
Greg KH
[003/136] p54usb: add Zcomax XG-705A usbid
Magnus Damm
[PATCH 03/07] ARM: Use shared GIC entry macros on Realview
Oliver Neukum
Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Martin Schwidefsky
Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y
git
:
Junio C Hamano
Re: Some advanced index playing
Jeff King
Re: confusion over the new branch and merge