aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/touchscreen/melfas_mip4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/melfas_mip4.c b/drivers/input/touchscreen/melfas_mip4.c
index 0f2230a9b1a1..703d7f983d0a 100644
--- a/drivers/input/touchscreen/melfas_mip4.c
+++ b/drivers/input/touchscreen/melfas_mip4.c
@@ -1477,6 +1477,7 @@ static int mip4_probe(struct i2c_client *client, const struct i2c_device_id *id)
1477 1477
1478 input->id.bustype = BUS_I2C; 1478 input->id.bustype = BUS_I2C;
1479 input->id.vendor = 0x13c5; 1479 input->id.vendor = 0x13c5;
1480 input->id.product = ts->product_id;
1480 1481
1481 input->open = mip4_input_open; 1482 input->open = mip4_input_open;
1482 input->close = mip4_input_close; 1483 input->close = mip4_input_close;
@@ -1614,6 +1615,6 @@ static struct i2c_driver mip4_driver = {
1614module_i2c_driver(mip4_driver); 1615module_i2c_driver(mip4_driver);
1615 1616
1616MODULE_DESCRIPTION("MELFAS MIP4 Touchscreen"); 1617MODULE_DESCRIPTION("MELFAS MIP4 Touchscreen");
1617MODULE_VERSION("2016.10.24"); 1618MODULE_VERSION("2016.10.31");
1618MODULE_AUTHOR("Sangwon Jee <jeesw@melfas.com>"); 1619MODULE_AUTHOR("Sangwon Jee <jeesw@melfas.com>");
1619MODULE_LICENSE("GPL"); 1620MODULE_LICENSE("GPL");