]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (7702): pvrusb2: Rework USB streaming start/stop execution
authorMike Isely <isely@pobox.com>
Fri, 28 Mar 2008 08:41:19 +0000 (05:41 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:47 +0000 (14:09 -0300)
commitbb0c2fe0c423d6501395e626501dd8747823cafb
tree4e1c70a49d20782e9d406cf31f84c387e022d417
parent1c9d10d4d2e791a9eacd9f919dec78c5bc6737e8
V4L/DVB (7702): pvrusb2: Rework USB streaming start/stop execution

The commands to start / stop USB streaming for an analog device are
fairly standard, owing to the fact that all supported devices
apparently started from the same common reference design.  However
with digital mode, the commands seem to vary by vendor.  This change
makes that variance more explicit.  It also cleans up a related
problem for OnAir devices which prevented digital mode from working at
all.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-hdw.c