diff options
author | Barry Song <barry.song@analog.com> | 2010-03-22 02:23:29 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-04-14 02:27:22 -0400 |
commit | 6c04d7b3cf50a393f07f22a661d05d15db5dc6f6 (patch) | |
tree | 118ebe4f50239f0a93a563d74ffb28bc046c93ef /drivers/input/misc/ad714x-i2c.c | |
parent | 31a6296333b94964e9a073649840bb34d4603369 (diff) |
Input: ad714x - add support for the AD7143/8/7A parts
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/ad714x-i2c.c')
-rw-r--r-- | drivers/input/misc/ad714x-i2c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/misc/ad714x-i2c.c b/drivers/input/misc/ad714x-i2c.c index a2cb6b426dc7..e9adbe49f6a4 100644 --- a/drivers/input/misc/ad714x-i2c.c +++ b/drivers/input/misc/ad714x-i2c.c | |||
@@ -104,7 +104,10 @@ static int __devexit ad714x_i2c_remove(struct i2c_client *client) | |||
104 | 104 | ||
105 | static const struct i2c_device_id ad714x_id[] = { | 105 | static const struct i2c_device_id ad714x_id[] = { |
106 | { "ad7142_captouch", 0 }, | 106 | { "ad7142_captouch", 0 }, |
107 | { "ad7143_captouch", 0 }, | ||
107 | { "ad7147_captouch", 0 }, | 108 | { "ad7147_captouch", 0 }, |
109 | { "ad7147a_captouch", 0 }, | ||
110 | { "ad7148_captouch", 0 }, | ||
108 | { } | 111 | { } |
109 | }; | 112 | }; |
110 | MODULE_DEVICE_TABLE(i2c, ad714x_id); | 113 | MODULE_DEVICE_TABLE(i2c, ad714x_id); |