summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorSundar Iyer <sundar.iyer@stericsson.com>2010-10-04 12:42:23 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:56:12 +0200
commite724626958f706488d60786cde87d0d1bb2e3128 (patch)
tree599d0ff772873cfa13a54431afeecd0b3710fb9a /drivers/input
parent75b83c3eb5280fd11df91c9c465aef91315c9f0f (diff)
input: fix STMPE keypad input device name by removing spaces
Android layer mangles up spaces in the input device name; hence renaming the device name by introducing a '-' ST-Ericsson ID: ER316265/ER269804 (old) Change-Id: I6940f747e910d58b855c2d7e5c67c2bbe4fb5513 Reported-by: Imran SIDDIQUE <imran.siddique@stericsson.com> Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/12729 Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/stmpe-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/stmpe-keypad.c b/drivers/input/keyboard/stmpe-keypad.c
index 6b3d2ea44e6..c1de4d77ca1 100644
--- a/drivers/input/keyboard/stmpe-keypad.c
+++ b/drivers/input/keyboard/stmpe-keypad.c
@@ -327,7 +327,7 @@ static int __devinit stmpe_keypad_probe(struct platform_device *pdev)
goto out_freekeypad;
}
- input->name = "STMPE keypad";
+ input->name = "STMPE-keypad";
input->id.bustype = BUS_I2C;
input->dev.parent = &pdev->dev;