Skip to content
Commit c27e0882 authored by Laurent Gauthier's avatar Laurent Gauthier Committed by Jiri Kosina
Browse files

HID: hid-debug: fix nonblocking read semantics wrt EIO/ERESTARTSYS



When the file has been open in non-blocking mode, EIO or ERESTARTSYS
would never be returned even if they should (for example when device
has been unplugged, you want EIO and not EAGAIN to be returned).

Move the O_NONBLOCK check after other checks have been performed.

Based on similar to patches hidraw and hiddev by Founder Fang
<founder.fang@gmail.com> and Jiri Kosina <jkosina@suse.cz>.

Signed-off-by: default avatarLaurent Gauthier <laurent.gauthier@soccasys.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fc3abb53
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