diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2011-01-27 17:46:28 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-01-27 17:19:18 -0800 |
commit | 91f5a02c7fac70202d49e76e353dc7252c83fefa (patch) | |
tree | 3d7ef2288a48de1202d7c432135e3ca1db4faaf1 /drivers | |
parent | 8bece06b922468da92d48b51482be5a965451857 (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-x | drivers/input/touchscreen/atmel_maxtouch.c | 2 |
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; |