commit | 9e635c2851df6caee651e589fbf937b637973c91 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Fri Jan 10 15:32:51 2020 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Jan 10 15:34:28 2020 +0100 |
tree | 4cc71cf81d6d97b69aed593a09257e723a7fa00c | |
parent | 20eee6e5af35d9586774e80b6e0b1850e7cc9899 [diff] |
HID: hidraw, uhid: Always report EPOLLOUT hidraw and uhid device nodes are always available for writing so we should always report EPOLLOUT and EPOLLWRNORM bits, not only in the cases when there is nothing to read. Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Fixes: be54e7461ffdc ("HID: uhid: Fix returning EPOLLOUT from uhid_char_poll") Fixes: 9f3b61dc1dd7b ("HID: hidraw: Fix returning EPOLLOUT from hidraw_poll") Signed-off-by: Jiri Kosina <jkosina@suse.cz>