commit | b30ece53946ad2b79304ee5cfdb18b361dc3a3fc | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 18 11:31:24 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Aug 02 15:34:10 2010 -0300 |
tree | 80dc24b56b1a38d03d50e8077ae275ec02391847 | |
parent | 1b4e21c4f62eae6bdcb3e7bfdfc52171a24f3689 [diff] |
V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfers Data buffers on the stack are not allowed for USB I/O. Use dynamically allocated buffers instead when querying control length and control capabilities. The control capabilities are now also stored in the uvc_control structure. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>