diff options
-rw-r--r-- | drivers/input/touchscreen/melfas_mip4.c | 3 |
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 = { | |||
1614 | module_i2c_driver(mip4_driver); | 1615 | module_i2c_driver(mip4_driver); |
1615 | 1616 | ||
1616 | MODULE_DESCRIPTION("MELFAS MIP4 Touchscreen"); | 1617 | MODULE_DESCRIPTION("MELFAS MIP4 Touchscreen"); |
1617 | MODULE_VERSION("2016.10.24"); | 1618 | MODULE_VERSION("2016.10.31"); |
1618 | MODULE_AUTHOR("Sangwon Jee <jeesw@melfas.com>"); | 1619 | MODULE_AUTHOR("Sangwon Jee <jeesw@melfas.com>"); |
1619 | MODULE_LICENSE("GPL"); | 1620 | MODULE_LICENSE("GPL"); |