]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: uvc: Set the V4L2 buffer field to V4L2_FIELD_NONE
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 23 Mar 2014 15:25:09 +0000 (16:25 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 15 May 2014 16:07:52 +0000 (11:07 -0500)
commitd25f3852d8bcb537a40ea614c9cca8ab1ef45c92
treeb45c3765635ff15944acfdd929d083f74205c9d8
parente14053ff213e37e3d6769c8e59cd771193a4fefa
usb: gadget: uvc: Set the V4L2 buffer field to V4L2_FIELD_NONE

The UVC gadget driver doesn't support interlaced video but left the
buffer field uninitialized. Set it to V4L2_FIELD_NONE.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/uvc_queue.c