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>
This commit is contained in:
Vipul Kumar Samar 2012-11-10 00:08:20 -08:00 committed by Dmitry Torokhov
parent 2bd942f90a
commit b8d52e2b9f
1 changed files with 1 additions and 0 deletions

View File

@ -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);