Skip to content

Commit

Permalink
Input: atmel_mxt_ts - add mXT224 identifier to id_table
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Chris Leech authored and Dmitry Torokhov committed Feb 21, 2011
1 parent 87b2c7d commit 46ee2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/touchscreen/atmel_mxt_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46ee2a0

Please sign in to comment.