diff options
author | Chris Leech <christopher.leech@linux.intel.com> | 2011-02-15 22:36:52 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-02-21 10:02:33 +0100 |
commit | 46ee2a05a466ca7e34d65fe3feba195d62109362 (patch) | |
tree | 8926847a8f328e2413cdf96f1ca485400926ceb1 /drivers/input/touchscreen | |
parent | Input: synaptics_i2c - convert to dev_pm_ops (diff) | |
download | linux-46ee2a05a466ca7e34d65fe3feba195d62109362.tar.xz linux-46ee2a05a466ca7e34d65fe3feba195d62109362.zip |
Input: atmel_mxt_ts - add mXT224 identifier to id_table
"mXT224" is used in the Intel mid firmware in SFI tables to identify the
presence of this I2C device.
Signed-off-by: Chris Leech <christopher.leech@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/atmel_mxt_ts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index 162a3bf019e4..fe8902e1f010 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c @@ -1371,6 +1371,7 @@ static const struct dev_pm_ops mxt_pm_ops = { static const struct i2c_device_id mxt_id[] = { { "qt602240_ts", 0 }, { "atmel_mxt_ts", 0 }, + { "mXT224", 0 }, { } }; MODULE_DEVICE_TABLE(i2c, mxt_id); |