Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46ee2a05 authored by Chris Leech's avatar Chris Leech Committed by Dmitry Torokhov
Browse files

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: default avatarChris Leech <christopher.leech@linux.intel.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 87b2c7df
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1371,6 +1371,7 @@ static const struct dev_pm_ops mxt_pm_ops = {
static const struct i2c_device_id mxt_id[] = {
static const struct i2c_device_id mxt_id[] = {
	{ "qt602240_ts", 0 },
	{ "qt602240_ts", 0 },
	{ "atmel_mxt_ts", 0 },
	{ "atmel_mxt_ts", 0 },
	{ "mXT224", 0 },
	{ }
	{ }
};
};
MODULE_DEVICE_TABLE(i2c, mxt_id);
MODULE_DEVICE_TABLE(i2c, mxt_id);