summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/stmpe-ts.c
diff options
context:
space:
mode:
authorVipul Kumar Samar2012-11-10 09:08:20 +0100
committerDmitry Torokhov2012-11-10 09:31:03 +0100
commitb8d52e2b9f7eb43075e6ef4e23f5e51e70548f11 (patch)
tree7c30f36ecb7f6165d8ba808e30606a05c62558dc /drivers/input/touchscreen/stmpe-ts.c
parentInput: stmpe-ts - switch to using managed resources (diff)
downloadkernel-qcow2-linux-b8d52e2b9f7eb43075e6ef4e23f5e51e70548f11.tar.gz
kernel-qcow2-linux-b8d52e2b9f7eb43075e6ef4e23f5e51e70548f11.tar.xz
kernel-qcow2-linux-b8d52e2b9f7eb43075e6ef4e23f5e51e70548f11.zip
Input: stmpe-ts - initialize the phys field in input device
Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/stmpe-ts.c')
-rw-r--r--drivers/input/touchscreen/stmpe-ts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/stmpe-ts.c b/drivers/input/touchscreen/stmpe-ts.c
index 7d9aadcef154..b3f75032deac 100644
--- a/drivers/input/touchscreen/stmpe-ts.c
+++ b/drivers/input/touchscreen/stmpe-ts.c
@@ -319,6 +319,7 @@ static int __devinit stmpe_input_probe(struct platform_device *pdev)
return error;
idev->name = STMPE_TS_NAME;
+ idev->phys = STMPE_TS_NAME"/input0";
idev->id.bustype = BUS_I2C;
idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);