Re: patch: s2255drv high quality mode and video status querying

2009-04-20 Thread Mauro Carvalho Chehab
On Tue, 7 Apr 2009 10:56:36 -0700 (PDT) Dean A. d...@sensoray.com wrote: From: Dean Anderson d...@sensoray.com This patch adds V4L2 video status capability and V4L2_MODE_HIGHQUALITY operation. Hi Dean, I have a few comments to add over Trent's one. Signed-off-by: Dean Anderson

Re: patch: s2255drv high quality mode and video status querying

2009-04-07 Thread Trent Piepho
On Tue, 7 Apr 2009, Dean A. wrote: +static int vidioc_g_parm(struct file *file, void *priv, + struct v4l2_streamparm *sp) +{ + struct s2255_fh *fh = priv; + struct s2255_dev *dev = fh-dev; + if (sp-type != V4L2_BUF_TYPE_VIDEO_CAPTURE) + return

patch: s2255drv high quality mode and video status querying

2009-04-07 Thread Dean A.
From: Dean Anderson d...@sensoray.com This patch adds V4L2 video status capability and V4L2_MODE_HIGHQUALITY operation. Signed-off-by: Dean Anderson d...@sensoray.com --- v4l-dvb-1e670024659d/linux/drivers/media/video/s2255drv.c.orig 2009-04-07 10:38:42.0 -0700 +++