From: Thierry Reding 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 --- drivers/input/touchscreen/tsc2007.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c index 6efb54d..599aa67 100644 --- a/drivers/input/touchscreen/tsc2007.c +++ b/drivers/input/touchscreen/tsc2007.c @@ -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)