linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] keypad/nuc900: change keypad driver name from 'nuc900-keypad' to 'nuc900-kpi'
@ 2010-07-18 14:39 Wan ZongShun
  2010-07-22  5:34 ` Wan ZongShun
  0 siblings, 1 reply; 3+ messages in thread
From: Wan ZongShun @ 2010-07-18 14:39 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input, LKML

Hi Dmitry,

I ever changed the keypad platform device name from 'nuc900-keypad' to
'nuc900-kpi', but I forget to modify the related keypad driver name,so
the keypad driver does not work,I have to send the patch to fix this issue.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
---
 drivers/input/keyboard/w90p910_keypad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/keyboard/w90p910_keypad.c b/drivers/input/keyboard/w90p910_keypad.c
index 4ef764c..ee2bf6b 100644
--- a/drivers/input/keyboard/w90p910_keypad.c
+++ b/drivers/input/keyboard/w90p910_keypad.c
@@ -258,7 +258,7 @@ static struct platform_driver w90p910_keypad_driver = {
 	.probe		= w90p910_keypad_probe,
 	.remove		= __devexit_p(w90p910_keypad_remove),
 	.driver		= {
-		.name	= "nuc900-keypad",
+		.name	= "nuc900-kpi",
 		.owner	= THIS_MODULE,
 	},
 };
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] keypad/nuc900: change keypad driver name from 'nuc900-keypad' to 'nuc900-kpi'
  2010-07-18 14:39 [PATCH] keypad/nuc900: change keypad driver name from 'nuc900-keypad' to 'nuc900-kpi' Wan ZongShun
@ 2010-07-22  5:34 ` Wan ZongShun
  2010-07-22 15:43   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Wan ZongShun @ 2010-07-22  5:34 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input, LKML

Dmitry,

Can it be applied?

Thanks!

> Hi Dmitry,
>
> I ever changed the keypad platform device name from 'nuc900-keypad' to
> 'nuc900-kpi', but I forget to modify the related keypad driver name,so
> the keypad driver does not work,I have to send the patch to fix this issue.
>
> Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
> ---
>  drivers/input/keyboard/w90p910_keypad.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/input/keyboard/w90p910_keypad.c b/drivers/input/keyboard/w90p910_keypad.c
> index 4ef764c..ee2bf6b 100644
> --- a/drivers/input/keyboard/w90p910_keypad.c
> +++ b/drivers/input/keyboard/w90p910_keypad.c
> @@ -258,7 +258,7 @@ static struct platform_driver w90p910_keypad_driver = {
>        .probe          = w90p910_keypad_probe,
>        .remove         = __devexit_p(w90p910_keypad_remove),
>        .driver         = {
> -               .name   = "nuc900-keypad",
> +               .name   = "nuc900-kpi",
>                .owner  = THIS_MODULE,
>        },
>  };
> --
> 1.6.3.3
>



-- 
*linux-arm-kernel mailing list
mail addr:linux-arm-kernel@lists.infradead.org
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

* linux-arm-NUC900 mailing list
mail addr:NUC900@googlegroups.com
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuos.com@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] keypad/nuc900: change keypad driver name from 'nuc900-keypad' to 'nuc900-kpi'
  2010-07-22  5:34 ` Wan ZongShun
@ 2010-07-22 15:43   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2010-07-22 15:43 UTC (permalink / raw)
  To: Wan ZongShun; +Cc: linux-input, LKML

Hi Wan,

On Thu, Jul 22, 2010 at 01:34:17PM +0800, Wan ZongShun wrote:
> Dmitry,
> 
> Can it be applied?
> 

It is applied to my 'for-linus' branch.

Thanks.

> Thanks!
> 
> > Hi Dmitry,
> >
> > I ever changed the keypad platform device name from 'nuc900-keypad' to
> > 'nuc900-kpi', but I forget to modify the related keypad driver name,so
> > the keypad driver does not work,I have to send the patch to fix this issue.
> >
> > Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
> > ---
> >  drivers/input/keyboard/w90p910_keypad.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/input/keyboard/w90p910_keypad.c b/drivers/input/keyboard/w90p910_keypad.c
> > index 4ef764c..ee2bf6b 100644
> > --- a/drivers/input/keyboard/w90p910_keypad.c
> > +++ b/drivers/input/keyboard/w90p910_keypad.c
> > @@ -258,7 +258,7 @@ static struct platform_driver w90p910_keypad_driver = {
> >        .probe          = w90p910_keypad_probe,
> >        .remove         = __devexit_p(w90p910_keypad_remove),
> >        .driver         = {
> > -               .name   = "nuc900-keypad",
> > +               .name   = "nuc900-kpi",
> >                .owner  = THIS_MODULE,
> >        },
> >  };
> > --
> > 1.6.3.3
> >
> 
> 
-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-22 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-18 14:39 [PATCH] keypad/nuc900: change keypad driver name from 'nuc900-keypad' to 'nuc900-kpi' Wan ZongShun
2010-07-22  5:34 ` Wan ZongShun
2010-07-22 15:43   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).