commit | ed3de6015a920c131fbcc770fb95097fde592d86 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Mar 31 12:29:26 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 18 00:52:52 2010 -0300 |
tree | 0dcf1e935719a6766fb156c79acb4b6c400b48d4 | |
parent | 35a00c41ea8b280cb629503c735daf20cdf0f9f8 [diff] |
V4L/DVB: uvcvideo: Use POLLOUT and POLLWRNORM for output devices The V4L2 specification requires drivers to use the write events in the file operations poll handler for output devices. The uvcvideo driver erroneously used read events for all devices. Fix this. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>