• J
    HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS · 13f19624
    Jiri Kosina 提交于
    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.
    
    Base on similar patch done to hidraw by
    Founder Fang <founder.fang@gmail.com>
    Signed-off-by: NJiri Kosina <jkosina@suse.cz>
    13f19624
hiddev.c 22.2 KB