mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 20:10:08 +01:00
Drop the ALPS_RUSHMORE tag
Was only used for the touchpad hysteresis, we can re-use the wobbly touchpad
tag for this.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
(cherry picked from commit e1915b53b5)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
762ea1563c
commit
5a599654d8
4 changed files with 1 additions and 8 deletions
|
|
@ -2074,9 +2074,6 @@ tp_init_hysteresis(struct tp_dispatch *tp)
|
|||
if (tp->device->model_flags & EVDEV_MODEL_CYAPA)
|
||||
goto want_hysteresis;
|
||||
|
||||
if (tp->device->model_flags & EVDEV_MODEL_ALPS_RUSHMORE)
|
||||
goto want_hysteresis;
|
||||
|
||||
if (tp->semi_mt &&
|
||||
(tp->device->model_flags & EVDEV_MODEL_SYNAPTICS_SERIAL_TOUCHPAD))
|
||||
goto want_hysteresis;
|
||||
|
|
|
|||
|
|
@ -1735,7 +1735,6 @@ evdev_read_model_flags(struct evdev_device *device)
|
|||
{ "LIBINPUT_MODEL_APPLE_INTERNAL_KEYBOARD", EVDEV_MODEL_APPLE_INTERNAL_KEYBOARD },
|
||||
{ "LIBINPUT_MODEL_CYBORG_RAT", EVDEV_MODEL_CYBORG_RAT },
|
||||
{ "LIBINPUT_MODEL_CYAPA", EVDEV_MODEL_CYAPA },
|
||||
{ "LIBINPUT_MODEL_ALPS_RUSHMORE", EVDEV_MODEL_ALPS_RUSHMORE },
|
||||
{ "LIBINPUT_MODEL_LENOVO_T450_TOUCHPAD", EVDEV_MODEL_LENOVO_T450_TOUCHPAD },
|
||||
{ "LIBINPUT_MODEL_WOBBLY_TOUCHPAD", EVDEV_MODEL_WOBBLY_TOUCHPAD },
|
||||
{ NULL, EVDEV_MODEL_DEFAULT },
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ enum evdev_device_model {
|
|||
EVDEV_MODEL_APPLE_INTERNAL_KEYBOARD = (1 << 13),
|
||||
EVDEV_MODEL_CYBORG_RAT = (1 << 14),
|
||||
EVDEV_MODEL_CYAPA = (1 << 15),
|
||||
EVDEV_MODEL_ALPS_RUSHMORE = (1 << 16),
|
||||
EVDEV_MODEL_LENOVO_T450_TOUCHPAD= (1 << 17),
|
||||
EVDEV_MODEL_WOBBLY_TOUCHPAD = (1 << 18),
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,11 +28,9 @@ libinput:name:*AlpsPS/2 ALPS GlidePoint:fwversion:800
|
|||
|
||||
libinput:name:*AlpsPS/2 ALPS DualPoint TouchPad:fwversion:300
|
||||
libinput:name:*AlpsPS/2 ALPS GlidePoint:fwversion:300
|
||||
LIBINPUT_MODEL_WOBBLY_TOUCHPAD=1
|
||||
|
||||
libinput:name:*AlpsPS/2 ALPS DualPoint TouchPad:fwversion:310
|
||||
libinput:name:*AlpsPS/2 ALPS GlidePoint:fwversion:310
|
||||
LIBINPUT_MODEL_ALPS_RUSHMORE=1
|
||||
LIBINPUT_MODEL_WOBBLY_TOUCHPAD=1
|
||||
|
||||
##########################################
|
||||
# Apple
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue