From: Antti Palosaari Date: Sat, 9 Mar 2013 19:10:55 +0000 (-0300) Subject: [media] dvb_usb_v2: rework USB streaming logic X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~328 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d7ca5ec9baac231ab3dfd62abcb75141d80626;p=pandora-kernel.git [media] dvb_usb_v2: rework USB streaming logic Control flow order changed a little bit. HW PID filter is now disabled also when streaming is stopped - earlier it was just set only when streaming was started. Control flow is now: * set streaming status bit * submit USB streaming packets * enable HW PID filter * ask device to start streaming * N x add PID to device HW PID filter ... streaming video ... * N x remove PID from device HW PID filter * ask device to stop streaming * disable HW PID filter * kill USB streaming packets * clear streaming status bit Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed