diff options
| author | 2020-07-21 22:17:27 -0700 | |
|---|---|---|
| committer | 2020-07-21 22:17:27 -0700 | |
| commit | a5c33d5f745ca1ecfbd692a531ef2a12bfeeb57e (patch) | |
| tree | 7f46722dcd4bdce411612d9ccb83651795dad5e3 /drivers/input/touchscreen | |
| parent | Merge branch 'elan-i2c' into next (diff) | |
| parent | Input: elan_i2c - add more hardware ID for Lenovo laptops (diff) | |
| download | linux-dev-a5c33d5f745ca1ecfbd692a531ef2a12bfeeb57e.tar.xz linux-dev-a5c33d5f745ca1ecfbd692a531ef2a12bfeeb57e.zip | |
Merge branch 'for-linus' into next
Sync up with 'for-linus' branch to resolve conflict in Elan touchpad
driver.
Diffstat (limited to 'drivers/input/touchscreen')
| -rw-r--r-- | drivers/input/touchscreen/elants_i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c index a765aa876a8e..b0bd5bb079be 100644 --- a/drivers/input/touchscreen/elants_i2c.c +++ b/drivers/input/touchscreen/elants_i2c.c @@ -1325,7 +1325,6 @@ static int elants_i2c_probe(struct i2c_client *client, 0, MT_TOOL_PALM, 0, 0); input_abs_set_res(ts->input, ABS_MT_POSITION_X, ts->x_res); input_abs_set_res(ts->input, ABS_MT_POSITION_Y, ts->y_res); - input_abs_set_res(ts->input, ABS_MT_TOUCH_MAJOR, 1); touchscreen_parse_properties(ts->input, true, &ts->prop); |
