summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-01-27 17:46:28 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-01-27 17:19:18 -0800
commit91f5a02c7fac70202d49e76e353dc7252c83fefa (patch)
tree3d7ef2288a48de1202d7c432135e3ca1db4faaf1 /drivers
parent8bece06b922468da92d48b51482be5a965451857 (diff)
input: touch: maxtouch: change driver name to "atmel-maxtouch"
To match with its idc file. idc file is located in /device folder. idc file adds more information about touch panel. Change-Id: If99b7a9784a015d990447c843ba9b0defd3751a1 Reviewed-on: http://git-master/r/17200 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Reviewed-by: Gaurav Sarode <gsarode@nvidia.com> Tested-by: Gaurav Sarode <gsarode@nvidia.com>
Diffstat (limited to 'drivers')
-rwxr-xr-xdrivers/input/touchscreen/atmel_maxtouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/atmel_maxtouch.c b/drivers/input/touchscreen/atmel_maxtouch.c
index 52a9744ec501..44ef974575d1 100755
--- a/drivers/input/touchscreen/atmel_maxtouch.c
+++ b/drivers/input/touchscreen/atmel_maxtouch.c
@@ -1782,7 +1782,7 @@ static int __devinit mxt_probe(struct i2c_client *client,
snprintf(mxt->phys_name,
sizeof(mxt->phys_name), "%s/input0", dev_name(&client->dev)
);
- input->name = "Atmel maXTouch Touchscreen controller";
+ input->name = "atmel-maxtouch";
input->phys = mxt->phys_name;
input->id.bustype = BUS_I2C;
input->dev.parent = &client->dev;