evdev: fix duplicated flag value

edit: Luckily there's no overlap between the users of those two flags so this
didn't trigger any bugs.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Tim Richardson 2018-04-11 19:34:59 +10:00 committed by Peter Hutterer
parent e8cb7e4523
commit dd6059aefc

View file

@ -126,7 +126,7 @@ enum evdev_device_model {
EVDEV_MODEL_LOGITECH_MARBLE_MOUSE = (1 << 26),
EVDEV_MODEL_TABLET_NO_PROXIMITY_OUT = (1 << 27),
EVDEV_MODEL_MS_NANO_TRANSCEIVER = (1 << 28),
EVDEV_MODEL_TABLET_NO_TILT = (1 << 28),
EVDEV_MODEL_TABLET_NO_TILT = (1 << 29),
};
enum evdev_button_scroll_state {