mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 17:00:16 +01:00
evdev: remove duplicate MODEL entry in the model parsing
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
23614f7551
commit
f37c1dc66a
1 changed files with 0 additions and 1 deletions
|
|
@ -1257,7 +1257,6 @@ evdev_read_model_flags(struct evdev_device *device)
|
|||
enum evdev_device_model model;
|
||||
} model_map[] = {
|
||||
#define MODEL(name) { "LIBINPUT_MODEL_" #name, EVDEV_MODEL_##name }
|
||||
MODEL(LENOVO_X230),
|
||||
MODEL(LENOVO_X230),
|
||||
MODEL(LENOVO_X220_TOUCHPAD_FW81),
|
||||
MODEL(CHROMEBOOK),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue