diff options
Diffstat (limited to 'drivers/input/touchscreen/edt-ft5x06.c')
-rw-r--r-- | drivers/input/touchscreen/edt-ft5x06.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c index cd8a7472266b..e6aef3e48bd9 100644 --- a/drivers/input/touchscreen/edt-ft5x06.c +++ b/drivers/input/touchscreen/edt-ft5x06.c | |||
@@ -1035,7 +1035,6 @@ static int edt_ft5x06_ts_probe(struct i2c_client *client, | |||
1035 | input->id.bustype = BUS_I2C; | 1035 | input->id.bustype = BUS_I2C; |
1036 | input->dev.parent = &client->dev; | 1036 | input->dev.parent = &client->dev; |
1037 | 1037 | ||
1038 | __set_bit(EV_SYN, input->evbit); | ||
1039 | __set_bit(EV_KEY, input->evbit); | 1038 | __set_bit(EV_KEY, input->evbit); |
1040 | __set_bit(EV_ABS, input->evbit); | 1039 | __set_bit(EV_ABS, input->evbit); |
1041 | __set_bit(BTN_TOUCH, input->keybit); | 1040 | __set_bit(BTN_TOUCH, input->keybit); |