aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/melfas_mip4.c
diff options
context:
space:
mode:
authorSangwon Jee <jeesw@melfas.com>2016-11-08 16:07:05 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-11-08 16:23:49 -0800
commitc3fc60893d2d3ef55844c26770d080eceff68fd5 (patch)
treea666ffdf2c3b2ed1266b84b44c5220e88f8013ca /drivers/input/touchscreen/melfas_mip4.c
parentInput: gpio_keys - switch to using generic device properties (diff)
downloadlinux-dev-c3fc60893d2d3ef55844c26770d080eceff68fd5.tar.xz
linux-dev-c3fc60893d2d3ef55844c26770d080eceff68fd5.zip
Input: melfas_mip4 - add product ID reporting
Add reporting product ID through input_id. Signed-off-by: Sangwon Jee <jeesw@melfas.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/melfas_mip4.c')
-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)
input->id.bustype = BUS_I2C;
input->id.vendor = 0x13c5;
+ input->id.product = ts->product_id;
input->open = mip4_input_open;
input->close = mip4_input_close;
@@ -1614,6 +1615,6 @@ static struct i2c_driver mip4_driver = {
module_i2c_driver(mip4_driver);
MODULE_DESCRIPTION("MELFAS MIP4 Touchscreen");
-MODULE_VERSION("2016.10.24");
+MODULE_VERSION("2016.10.31");
MODULE_AUTHOR("Sangwon Jee <jeesw@melfas.com>");
MODULE_LICENSE("GPL");