[PATCH] gspca_sn9c20x: device 0c45:62b3: fix status LED

2011-07-01 Thread Frank Schaefer
Tested with webcam SilverCrest WC2130. Signed-off-by: Frank Schaefer fschaefer@googlemail.com Cc: sta...@kernel.org --- drivers/media/video/gspca/sn9c20x.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video

Re: Question about BTTV-video controls whitecrush upper/lower

2010-07-10 Thread Frank Schaefer
Andy Walls schrieb: On Tue, 2010-07-06 at 13:27 +0200, Frank Schaefer wrote: Hi, there are two video controls in the Bttv-driver called whitecrush upper and whitecrush lower. But what does whitecrush mean ? Is it the same as white noise ? The german KDE translators are currently trying

Question about BTTV-video controls whitecrush upper/lower

2010-07-06 Thread Frank Schaefer
Hi, there are two video controls in the Bttv-driver called whitecrush upper and whitecrush lower. But what does whitecrush mean ? Is it the same as white noise ? The german KDE translators are currently trying to translate these strings... Thanks, Frank -- To unsubscribe from this list: send

Re: gspca-sonixj: ioctl VIDIOC_DQBUF blocks for 3s and retuns EIO

2010-05-14 Thread Frank Schaefer
Hans de Goede schrieb: Hi, On 05/14/2010 08:00 AM, Jean-Francois Moine wrote: On Thu, 13 May 2010 17:58:49 +0200 Frank Schaeferfschaefer@googlemail.com wrote: I'm not sure if I'm hitting a bug or this is the expected driver behavior: With a Microsoft LifeCam VX-3000 (045e:00f5) and

gspca-sonixj: ioctl VIDIOC_DQBUF blocks for 3s and retuns EIO

2010-05-13 Thread Frank Schaefer
blocking + EIO the way drivers should handle this situtation ? Regards, Frank Schaefer -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 1/2] v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls

2010-03-19 Thread Frank Schaefer
Laurent Pinchart schrieb: Those control, as their names imply, control the camera aperture settings. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Documentation/DocBook/v4l/compat.xml | 11 +++ Documentation/DocBook/v4l/controls.xml| 19

[PATCH] v4l2_ctrl_get_name(): add missing control names, and make title for V4L2_CID_BG_COLOR consistent

2010-03-14 Thread Frank Schaefer
v4l2_ctrl_get_name(): add missing control names, and make title for V4L2_CID_BG_COLOR consistent V4L2_CID_AUTOBRIGHTNESS was introduced with kernel 2.6.31 V4L2_CID_BAND_STOP_FILTER was introduced with kernel 2.6.32 Signed-off-by: Frank Schaefer fschaefer@googlemail.com diff --git