aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorFabian Henneke <fabian.henneke@gmail.com>2019-07-09 13:03:37 +0200
committerJiri Kosina <jkosina@suse.cz>2019-08-05 14:07:13 +0200
commit378b80370aa1fe50f9c48a3ac8af3e416e73b89f (patch)
tree3e879f130ef0b40c1d3c857cce17f6bbbd79aca8 /tools/perf/util/scripting-engines/trace-event-python.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid (diff)
downloadwireguard-linux-378b80370aa1fe50f9c48a3ac8af3e416e73b89f.tar.xz
wireguard-linux-378b80370aa1fe50f9c48a3ac8af3e416e73b89f.zip
hidraw: Return EPOLLOUT from hidraw_poll
Always return EPOLLOUT from hidraw_poll when a device is connected. This is safe since writes are always possible (but will always block). hidraw does not support non-blocking writes and instead always calls blocking backend functions on write requests. Hence, so far, a call to poll never returned EPOLLOUT, which confuses tools like socat. Signed-off-by: Fabian Henneke <fabian.henneke@gmail.com> In-reply-to: <CA+hv5qkyis03CgYTWeWX9cr0my-d2Oe+aZo+mjmWRXgjrGqyrw@mail.gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions