Input: atmel_mxt_ts - add mXT224 identifier to id_table
authorChris Leech <christopher.leech@linux.intel.com>
Tue, 15 Feb 2011 21:36:52 +0000 (13:36 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 21 Feb 2011 09:02:33 +0000 (01:02 -0800)
"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>
drivers/input/touchscreen/atmel_mxt_ts.c

index 162a3bf019e42f05a41378f57cde715fdb2cf259..fe8902e1f010e348e5178473df6cd67d56f0aba5 100644 (file)
@@ -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);