* [PATCH] Input: mcs_touchkey: fix incorrect input device name
@ 2014-05-21 7:07 Beomho Seo
2014-05-21 15:26 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Beomho Seo @ 2014-05-21 7:07 UTC (permalink / raw)
To: linux-input, dmitry.torokhov, Joonyoung Shim
Cc: Myungjoo Ham, Jaehoon Chung, Chanwoo Choi
This patch fix a typo error at input device name.
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
---
drivers/input/keyboard/mcs_touchkey.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/keyboard/mcs_touchkey.c b/drivers/input/keyboard/mcs_touchkey.c
index 1da8e0b..375b05c 100644
--- a/drivers/input/keyboard/mcs_touchkey.c
+++ b/drivers/input/keyboard/mcs_touchkey.c
@@ -147,7 +147,7 @@ static int mcs_touchkey_probe(struct i2c_client *client,
}
dev_info(&client->dev, "Firmware version: %d\n", fw_ver);
- input_dev->name = "MELPAS MCS Touchkey";
+ input_dev->name = "MELFAS MCS Touchkey";
input_dev->id.bustype = BUS_I2C;
input_dev->dev.parent = &client->dev;
input_dev->evbit[0] = BIT_MASK(EV_KEY);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: mcs_touchkey: fix incorrect input device name
2014-05-21 7:07 [PATCH] Input: mcs_touchkey: fix incorrect input device name Beomho Seo
@ 2014-05-21 15:26 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2014-05-21 15:26 UTC (permalink / raw)
To: Beomho Seo
Cc: linux-input, Joonyoung Shim, Myungjoo Ham, Jaehoon Chung,
Chanwoo Choi
Hi Beomho,
On Wed, May 21, 2014 at 04:07:10PM +0900, Beomho Seo wrote:
> This patch fix a typo error at input device name.
>
> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
> Cc: Joonyoung Shim <jy0922.shim@samsung.com>
> ---
> drivers/input/keyboard/mcs_touchkey.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/keyboard/mcs_touchkey.c b/drivers/input/keyboard/mcs_touchkey.c
> index 1da8e0b..375b05c 100644
> --- a/drivers/input/keyboard/mcs_touchkey.c
> +++ b/drivers/input/keyboard/mcs_touchkey.c
> @@ -147,7 +147,7 @@ static int mcs_touchkey_probe(struct i2c_client *client,
> }
> dev_info(&client->dev, "Firmware version: %d\n", fw_ver);
>
> - input_dev->name = "MELPAS MCS Touchkey";
> + input_dev->name = "MELFAS MCS Touchkey";
Hmm, we have the same spelling in mcs5000_ts.c...
Thanks.
> input_dev->id.bustype = BUS_I2C;
> input_dev->dev.parent = &client->dev;
> input_dev->evbit[0] = BIT_MASK(EV_KEY);
> --
> 1.7.9.5
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-21 15:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 7:07 [PATCH] Input: mcs_touchkey: fix incorrect input device name Beomho Seo
2014-05-21 15:26 ` Dmitry Torokhov
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.