From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from oyp.chewa.net ([91.121.6.101]:39007 "EHLO oyp.chewa.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754745Ab2IHOdg convert rfc822-to-8bit (ORCPT ); Sat, 8 Sep 2012 10:33:36 -0400 From: "=?utf-8?q?R=C3=A9mi?= Denis-Courmont" To: Hans Verkuil Subject: Re: [RFCv2 API PATCH 13/28] Add V4L2_CAP_MONOTONIC_TS where applicable. Date: Sat, 8 Sep 2012 17:33:32 +0300 Cc: linux-media@vger.kernel.org, Laurent Pinchart , Hans Verkuil References: <1347024568-32602-1-git-send-email-hverkuil@xs4all.nl> <753ddb14136b19372f3a533961fc90b5adbfb07a.1347023744.git.hans.verkuil@cisco.com> In-Reply-To: <753ddb14136b19372f3a533961fc90b5adbfb07a.1347023744.git.hans.verkuil@cisco.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Message-Id: <201209081733.32755@leon.remlab.net> Sender: linux-media-owner@vger.kernel.org List-ID: Le vendredi 7 septembre 2012 16:29:13, Hans Verkuil a écrit : > diff --git a/drivers/media/platform/davinci/vpbe_display.c > b/drivers/media/platform/davinci/vpbe_display.c index 9a05c81..3a50547 > 100644 > --- a/drivers/media/platform/davinci/vpbe_display.c > +++ b/drivers/media/platform/davinci/vpbe_display.c > @@ -620,7 +620,8 @@ static int vpbe_display_querycap(struct file *file, > void *priv, struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; > > cap->version = VPBE_DISPLAY_VERSION_CODE; > - cap->capabilities = V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_STREAMING; > + cap->capabilities = V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_STREAMING | > + V4L2_MONOTONIC_TS; Typo ? > strlcpy(cap->driver, VPBE_DISPLAY_DRIVER, sizeof(cap->driver)); > strlcpy(cap->bus_info, "platform", sizeof(cap->bus_info)); > strlcpy(cap->card, vpbe_dev->cfg->module_name, sizeof(cap->card)); -- Rémi Denis-Courmont http://www.remlab.net/