From: Thierry Reding <thierry.reding@avionic-design.de>
Subject: [PATCH] tsc2007: Add support for TSC2003 chips.
The TSC2003 is very similar to the TSC2007 an can be supported by the same
driver with no additional changes.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
drivers/input/touchscreen/tsc2007.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
@@ -360,6 +360,7 @@ static int tsc2007_remove(struct i2c_client *client)
static struct i2c_device_id tsc2007_idtable[] = {
{ "tsc2007", 0 },
+ { "tsc2003", 0 },
{ }
};
--
tg: (84e274c..) adx/input/tsc2003 (depends on: adx/input/tsc2007)