Skip to content
Snippets Groups Projects
Commit 89af60e6 authored by Peter Hutterer's avatar Peter Hutterer Committed by Kristian Høgsberg
Browse files

evdev: add comment why we're ignoring key value 2

parent 11f5bfbc
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ evdev_led_update(struct evdev_device *device, enum weston_led leds)
static inline void
evdev_process_key(struct evdev_device *device, struct input_event *e, int time)
{
/* ignore kernel key repeat */
if (e->value == 2)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment