]> git.baikalelectronics.ru Git - kernel.git/commit
Input: uinput - fix returning EPOLLOUT from uinput_poll
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 5 Dec 2019 01:27:16 +0000 (17:27 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 5 Dec 2019 01:58:15 +0000 (17:58 -0800)
commit92a7f6d1340203064e8f0ab44ececeb140b4adec
treeed5d444383c330956cd65fce9ed117889a024fa4
parente70556479b2e3e0b0570a2311e3a5c77da004788
Input: uinput - fix returning EPOLLOUT from uinput_poll

Always return EPOLLOUT from uinput_poll to allow polling /dev/uinput
for writable state.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Link: https://lore.kernel.org/r/20191204025014.5189-1-marcel@holtmann.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/uinput.c