commit | f8dd4af6d44b4b738f125f6a21afa885f3b1d13b | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@skynet.be> | Tue Dec 16 10:41:57 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Dec 30 09:40:31 2008 -0200 |
tree | 67e3e53a108f741a1f1feda01b25f20370680a3d | |
parent | 4e96fd088cf6fb95ba4b212e5e72bac1e6d34e79 [diff] |
V4L/DVB (10101): uvcvideo: Fix bulk URB processing when the header is erroneous When the first bulk URB of a video payload contains an erroneous header, or when no V4L2 buffer is available, the whole payload must be dropped. Change the skip logic to drop all bulk URBs until the end of the payload instead of the first one only. Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>