summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSundar Iyer <sundar.iyer@stericsson.com>2010-10-04 12:42:23 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:33 +0200
commit2b236e95ab8c997ed2bce09dac25cf5f7751a1ab (patch)
tree593ecb48ef1fd9580af32e262eaa43aa2c6ddee4
parentcf1650ba34cd98b4e22a8bccc8dea71faee42fcc (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>
-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 fb3427d5ff7..892335275dd 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;