From: Mike Isely Date: Thu, 28 Dec 2006 02:33:00 +0000 (-0300) Subject: V4L/DVB (5052): Pvrusb2: Remove stream claiming hack from /dev/radio X-Git-Tag: v2.6.21-rc2~66^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f5fdace7774a45e75e4d651237e7e1e8f05327;p=pandora-kernel.git V4L/DVB (5052): Pvrusb2: Remove stream claiming hack from /dev/radio Trying to temporarily check that the stream is not claimed during open of the radio device is at best a race condition. What's to stop another app from claiming the stream anyway the instant after the check is done? The implementation for this was dicey anyway. So it's removed. The only "price" for this is that if /dev/radioX is opened while streaming video, then the video stream is just going to switch to radio mode anyway. If a user does this, he gets what he expects... Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed