aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorLukas Märdian <lukas@goldelico.com>2013-10-28 15:52:37 +0800
committerLukas Märdian <lukas@goldelico.com>2013-10-29 01:21:35 +0800
commiteba4e11ef2e49b8b7e2bee4773bb581e823b9948 (patch)
tree53317c8e7ee675049d8f67e07cef4b2e0707120f /drivers/input
parenteb6de65f31324562132f2b90ca3d71745ca6b59e (diff)
downloadkernel_goldelico_gta04-eba4e11ef2e49b8b7e2bee4773bb581e823b9948.zip
kernel_goldelico_gta04-eba4e11ef2e49b8b7e2bee4773bb581e823b9948.tar.gz
kernel_goldelico_gta04-eba4e11ef2e49b8b7e2bee4773bb581e823b9948.tar.bz2
Android: tsc2007-gta04: rename driver to 'tsc2007', to make android recognize it as an absolute input device
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/tsc2007-gta04.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2007-gta04.c b/drivers/input/touchscreen/tsc2007-gta04.c
index dfb59c1..f47340a 100644
--- a/drivers/input/touchscreen/tsc2007-gta04.c
+++ b/drivers/input/touchscreen/tsc2007-gta04.c
@@ -502,7 +502,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;