mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-06 02:30:39 +02:00
touchpad: drop obsolete comment
Comment is obsolete now that we have edge scrolling on clickpads, see
abff4a1c24
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
aab4ccac5c
commit
c7498a9698
1 changed files with 1 additions and 2 deletions
|
|
@ -305,8 +305,7 @@ tp_edge_scroll_init(struct tp_dispatch *tp, struct evdev_device *device)
|
|||
default:
|
||||
/* For elantech and synaptics, note for lenovo #40 series,
|
||||
* e.g. the T440s min/max are the absolute edges, not the
|
||||
* recommended ones as usual with synaptics. But these are
|
||||
* clickpads, so N/A.
|
||||
* recommended ones as usual with synaptics.
|
||||
*/
|
||||
edge_width = width * .04;
|
||||
edge_height = height * .054;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue