diff options
Diffstat (limited to 'drivers/input/touchscreen/stmpe-ts.c')
-rw-r--r-- | drivers/input/touchscreen/stmpe-ts.c | 1 |
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) | |||
319 | return error; | 319 | return error; |
320 | 320 | ||
321 | idev->name = STMPE_TS_NAME; | 321 | idev->name = STMPE_TS_NAME; |
322 | idev->phys = STMPE_TS_NAME"/input0"; | ||
322 | idev->id.bustype = BUS_I2C; | 323 | idev->id.bustype = BUS_I2C; |
323 | idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); | 324 | idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); |
324 | idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); | 325 | idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); |