diff options
Diffstat (limited to 'drivers/input/evdev.c')
-rw-r--r-- | drivers/input/evdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 370206f987f9..f48369d6f3a0 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c | |||
@@ -564,6 +564,7 @@ static ssize_t evdev_write(struct file *file, const char __user *buffer, | |||
564 | 564 | ||
565 | input_inject_event(&evdev->handle, | 565 | input_inject_event(&evdev->handle, |
566 | event.type, event.code, event.value); | 566 | event.type, event.code, event.value); |
567 | cond_resched(); | ||
567 | } | 568 | } |
568 | 569 | ||
569 | out: | 570 | out: |