aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-01-27 16:41:14 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-07-21 00:12:08 +0200
commit6878b24904887cb9b1677b4a8bf985dc633ac451 (patch)
treeb9b99490ee8b8cf93afb36fb747fffdd2a3371c4
parent0fcdb4961f593a51530b6048ba4b2b1ddaaef2e2 (diff)
downloadkernel_goldelico_gta04-6878b24904887cb9b1677b4a8bf985dc633ac451.zip
kernel_goldelico_gta04-6878b24904887cb9b1677b4a8bf985dc633ac451.tar.gz
kernel_goldelico_gta04-6878b24904887cb9b1677b4a8bf985dc633ac451.tar.bz2
Change tsc2007 name to match the android idc file.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--drivers/input/touchscreen/tsc2007.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c
index 4ae2fb6..08faaff 100644
--- a/drivers/input/touchscreen/tsc2007.c
+++ b/drivers/input/touchscreen/tsc2007.c
@@ -323,7 +323,7 @@ static int tsc2007_probe(struct i2c_client *client,
snprintf(ts->phys, sizeof(ts->phys),
"%s/input0", dev_name(&client->dev));
- input_dev->name = "TSC2007 Touchscreen";
+ input_dev->name = "tsc2007";
input_dev->phys = ts->phys;
input_dev->id.bustype = BUS_I2C;