On Sat September 8 2012 16:33:32 Rémi Denis-Courmont wrote: > 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 ? Absolutely! Thanks for catching this. Regards, Hans > > > 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)); > > > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html