Skip to content
Commit 486c8aba authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: serio_raw - ensure we don't block in non-blocking read



Avoid calling wait_event_interruptible() if client requested non-blocking
read, since it is not guaranteed that another thread will not consume
event after we checked if serio_raw->head != serio_raw->tail.

Also ensure we do not return 0 but keep waiting instead in blocking case,
when another thread steals "our" byte.

Reviewed-by: default avatarDavid Herrmann <dh.herrmann@googlemail.com>
Reviewed-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 71f3d070
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment