upstream: [media] uvcvideo: Tell the user space we're using start-of-exposure timestamps
authorSakari Ailus <sakari.ailus@iki.fi>
Mon, 10 Feb 2014 22:26:44 +0000 (19:26 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:56:14 +0000 (11:56 +0900)
commitd57d4a03588b7010e5a813770ff197f493bd7f08
treebe3075946c0147e99aed33ec56f444b3fcd9a7d6
parentb85d6bd03b978c3a55b06a83003cf46fede4d158
upstream: [media] uvcvideo: Tell the user space we're using start-of-exposure timestamps

The UVC device provided timestamps are taken from the clock once the
exposure of the frame has begun, not when the reception of the frame would
have been finished as almost anywhere else. Show this to the user space by
using V4L2_BUF_FLAG_TSTAMP_SRC_SOE buffer flag.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/uvc/uvc_queue.c