diff options
Diffstat (limited to 'drivers/input/touchscreen/atmel_mxt_ts.c')
-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 = { | |||
1371 | static const struct i2c_device_id mxt_id[] = { | 1371 | static const struct i2c_device_id mxt_id[] = { |
1372 | { "qt602240_ts", 0 }, | 1372 | { "qt602240_ts", 0 }, |
1373 | { "atmel_mxt_ts", 0 }, | 1373 | { "atmel_mxt_ts", 0 }, |
1374 | { "mXT224", 0 }, | ||
1374 | { } | 1375 | { } |
1375 | }; | 1376 | }; |
1376 | MODULE_DEVICE_TABLE(i2c, mxt_id); | 1377 | MODULE_DEVICE_TABLE(i2c, mxt_id); |