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:
Peter Hutterer 2017-04-24 15:58:22 +10:00
parent bed7e62a0d
commit fe4e2aef04

View file

@ -44,15 +44,6 @@ enum touchpad_event {
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 {
TOUCH_NONE = 0,
TOUCH_HOVERING,