From: Mauro Carvalho Chehab Date: Mon, 27 Aug 2007 10:37:34 +0000 (-0300) Subject: V4L/DVB (6259): Fix vivi poll() method X-Git-Tag: v2.6.24-rc1~1463^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40558dafff257d69248af8b96c7e896f6bc79dfa;p=pandora-kernel.git V4L/DVB (6259): Fix vivi poll() method Due to the replace of videobuf_read_one to videobuf_read_stream, poll() method implementation is wrong. This fixes poll() implementation, making read of /dev/video? to work again. With this method, an USB driver can use video-buf, without needing to request memory from the DMA-safe area. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed