commit | 07b80264c3ede47593e83189cce82b31100053f6 | [log] [tgz] |
---|---|---|
author | Mike Isely <isely@pobox.com> | Sun Mar 30 20:36:31 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 24 14:09:48 2008 -0300 |
tree | 1565d13b5c6f77fa700e88df3144cbb4a65a51f7 | |
parent | 087886eb111fde9659d69c030ea618b3c242e39c [diff] |
V4L/DVB (7708): pvrusb2-dvb: Fix stuck thread on streaming abort If the device fails to stream, the feed thread will block forever waiting for buffers. But while in this state it was not looking for an exit condition from the driver DVB interface. This caused the thread to jam. Implement a new stop flag (which will be set appropriately) to tell the thread to stop. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>