mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 11:58:04 +02:00
touchpad: drop the unused touchpad_model enum
A leftover from synaptics where we do this detection in the driver. libinput pushes this to the hwdb and sets the model flags accordingly. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bed7e62a0d
commit
fe4e2aef04
1 changed files with 0 additions and 9 deletions
|
|
@ -44,15 +44,6 @@ enum touchpad_event {
|
||||||
TOUCHPAD_EVENT_OTHERAXIS = (1 << 3),
|
TOUCHPAD_EVENT_OTHERAXIS = (1 << 3),
|
||||||
};
|
};
|
||||||
|
|
||||||
enum touchpad_model {
|
|
||||||
MODEL_UNKNOWN = 0,
|
|
||||||
MODEL_SYNAPTICS,
|
|
||||||
MODEL_ALPS,
|
|
||||||
MODEL_APPLETOUCH,
|
|
||||||
MODEL_ELANTECH,
|
|
||||||
MODEL_UNIBODY_MACBOOK
|
|
||||||
};
|
|
||||||
|
|
||||||
enum touch_state {
|
enum touch_state {
|
||||||
TOUCH_NONE = 0,
|
TOUCH_NONE = 0,
|
||||||
TOUCH_HOVERING,
|
TOUCH_HOVERING,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue