From: Hans Verkuil Date: Fri, 29 Aug 2014 08:45:59 +0000 (-0300) Subject: [media] cx88: increase API command timeout X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~278 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f884164bdfbcecf61e891b52d8a03fec9ed461;p=pandora-kernel.git [media] cx88: increase API command timeout The timeout is way too small. Especially complicated command like CX2341X_ENC_STOP_CAPTURE takes much more time than 10 ms. Increase the timeout to 1 second, just as ivtv does (the cx88-blackbird has the same IP core for MPEG compression as ivtv). This solves a nasty issue where STOP_CAPTURE would timeout and the mailbox is left in a busy state, making it impossible to start streaming a second time without reloading the driver first. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed