Re: [PATCH] dvb_dev_get_fd(): return fd of local devices

2017-11-16 Thread Mauro Carvalho Chehab
Em Wed, 15 Nov 2017 11:47:11 +0100 Rafaël Carré escreveu: > This makes it possible to poll a local device. > Getting the fd is preferrable to adding a dvb_dev_poll() function, > because we can poll several fds together in an event-based program. > > This is not implemented

[PATCH] dvb_dev_get_fd(): return fd of local devices

2017-11-15 Thread Rafaël Carré
This makes it possible to poll a local device. Getting the fd is preferrable to adding a dvb_dev_poll() function, because we can poll several fds together in an event-based program. This is not implemented for remote devices, as polling a remote fd does not make sense. We could instead return the