nuttx/drivers/usrsock
zhanghongyu aa43f6ff1a usrsock_rpmsg_server: fix poll recursive when revent POLLHUP or POLLERR
the previous patch can not handle the revent is POLLHUP or POLLERR,
poll_setup needs to be executed only when the POLLIN or POLLOUT event
changes.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-06-13 15:33:05 +08:00
..
Kconfig
Make.defs
usrsock_dev.c
usrsock_rpmsg_server.c usrsock_rpmsg_server: fix poll recursive when revent POLLHUP or POLLERR 2023-06-13 15:33:05 +08:00
usrsock_rpmsg.c