commit | c9535db3d23c56db50fe4e65542bf1c7f0a4681c | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@skynet.be> | Sat Nov 08 18:53:49 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Dec 29 17:53:30 2008 -0200 |
tree | 92312dbe1558a2a0b2b6e5bbf9b70573f18012b6 | |
parent | 2f38483bc45e11dc138cedce72135f57819f57c4 [diff] |
V4L/DVB (9569): uvcvideo: Sort the frame descriptors during parsing The UVC specification does not require frame descriptors to be sorted by bFrameIndex. At least one camera (145f:013e) is known not to sort the descriptors properly, so they need to be sorted during parsing as the driver then accesses them by index. Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>