Re: [GIT PATCHES FOR 2.6.35] sn9c20x updates

2010-05-05 Thread Brian Johnson
On Sat, May 1, 2010 at 10:36 AM, Brian Johnson wrote: > The following changes since commit d3be2fab3a10b6c798a5f9970146d166d3345c37: >  Jean-François Moine (1): >        V4L/DVB: gspca - zc3xx: Fix the gamma calculation from the contrast > > are available in the git reposito

[GIT PATCHES FOR 2.6.35] sn9c20x updates

2010-05-01 Thread Brian Johnson
The following changes since commit d3be2fab3a10b6c798a5f9970146d166d3345c37: Jean-François Moine (1): V4L/DVB: gspca - zc3xx: Fix the gamma calculation from the contrast are available in the git repository at: git://gitorious.org/v4l-dvb/v4l-dvb.git devel Brian Johnson (3

[GIT PATCHES FOR 2.6.35] sn9c20x patches

2010-03-16 Thread Brian Johnson
available in the git repository at: git://gitorious.org/v4l-dvb/v4l-dvb.git devel Brian Johnson (5): gspca - sn9c20x: use gspca's input device handling gspca - sn9c20x: Add support for camera LEDs gspca - sn9c20x: Add upside down detection gspca - sn9c20x: Add suppor

[GIT PATCHES FOR 2.6.34] sn9c20x patches

2010-03-12 Thread Brian Johnson
The following changes since commit 9178a7c062ff0c43e95d826419f9e9454c52ef15: Mauro Carvalho Chehab (1): V4L/DVB: Fix bad whitespacing are available in the git repository at: git://gitorious.org/v4l-dvb/v4l-dvb.git devel Brian Johnson (5): gspca - sn9c20x: use gspca's

[PULL] http://bitbucket.org/brijohn/v4l-dvb

2009-09-04 Thread Brian Johnson
: Add SXGA support to MT9M111 http://bitbucket.org/brijohn/v4l-dvb/changeset/6f0a4cc8bdd6/ sn9c20x.c | 201 ++ 1 file changed, 137 insertions(+), 64 deletions(-) Thanks, Brian Johnson -- To unsubscribe from this list: send the line

Re: [PATCH] sn9c20x: Reduce data usage, make functions static

2009-09-04 Thread Brian Johnson
Jean-Francois, The two red tables actually do contain values greater then 127 so would not fit within a s8 variable, the other four i think may have only values between -128 and 127 but i haven't gone through and made sure of that. Brian On Fri, Sep 4, 2009 at 5:24 AM, Jean-Francois Moine wrote:

Re: [PATCH] sn9c20x: Reduce data usage, make functions static

2009-08-31 Thread Brian Johnson
Mauro, Yes, sorry been busy this last week. I've tested this patch against three separate webcams and everything works just fine. I'd also like to ask if it would be possible to get a mercurial account on linuxtv.org? Brian Johnson On Sun, Aug 30, 2009 at 10:24 PM, Mauro Carvalho Ch

Re: sn9c20x driver seems ok, but no video

2009-08-06 Thread Brian Johnson
river included. You still will need to use the libv4l for handling format conversions though. Regards, Brian Johnson On Thu, Aug 6, 2009 at 4:29 PM, Chris Hallinan wrote: > Hi folks, > > Trying to get a usb webcam based on SN9C20x driver working on Ubuntu. > > Loading the module, e

[PATCH] gspca - sn9c20x: Fix up i2c_r functions

2009-07-22 Thread Brian Johnson
Fixes the following issues * use i2c_w instead of reg_w * return error on failure * read the correct number of bytes Signed-off-by: Brian Johnson diff --git a/linux/drivers/media/video/gspca/sn9c20x.c b/linux/drivers/media/video/gspca/sn9c20x.c --- a/linux/drivers/media/video/gspca/sn9c20x.c

[PATCH] Add gspca sn9c20x subdriver entry to MAINTAINERS file

2009-07-19 Thread Brian Johnson
Signed-off-by: Brian Johnson --- MAINTAINERS |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 18c3f0c..a28944f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2599,6 +2599,14 @@ T: git git://git.kernel.org/pub/scm/linux/kernel

[PATCH 1/2] gspca: add support for v4l2 debugging ioctls

2009-07-18 Thread Brian Johnson
This patch adds support for dbg_g_chip_ident, dbg_g_register, and dbg_s_register to the gspca core module. Signed-off-by: Brian Johnson --- drivers/media/video/gspca/gspca.c | 73 + drivers/media/video/gspca/gspca.h |9 + 2 files changed, 82

[PATCH 0/2] gspca sn9c20x subdriver rev3

2009-07-18 Thread Brian Johnson
kmalloc when creating jpg_hdr Brian Johnson -- 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 0/2] gspca sn9c20x subdriver rev2

2009-07-18 Thread Brian Johnson
uld be a check there. I'll one more minor revision with this plus the changes Jean-Francois mentioned previously in a bit. Brian Johnson -- 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 0/2] gspca sn9c20x subdriver rev2

2009-07-18 Thread Brian Johnson
vidioc_s/g_register ioctls I do the check to ensure that the driver also defines the get_chip_ident ioctl. Brian Johnson -- 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.k

[PATCH 1/2] gspca: add support for v4l2 debugging ioctls

2009-07-17 Thread Brian Johnson
This patch adds support for dbg_g_chip_ident, dbg_g_register, and dbg_s_register to the gspca core module. Signed-off-by: Brian Johnson --- drivers/media/video/gspca/gspca.c | 73 + drivers/media/video/gspca/gspca.h |7 2 files changed, 80

[PATCH 0/2] gspca sn9c20x subdriver rev2

2009-07-17 Thread Brian Johnson
last email. Regards, Brian Johnson -- 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 1/1] gspca: Add sn9c20x subdriver

2009-07-15 Thread Brian Johnson
27;ll investigate this > further as time permits. > Hmm, Hans can you see if disabling the code for hvflip on the ov7660 helps any? > 4) The evdev device creation and handling realyl belongs in the > gspca core, as we can (and should) handle the snapshot button > in other drivers too,

[PATCH 0/1] gspca support for sn9c20x webcams

2009-07-06 Thread Brian Johnson
Ok so its taken longer then I was orignally planning to send out this patch. I've tested this with my 0c45:624f camera that uses the OV9650 sensor. It has also been tested as working against at 0c45:6270 camera using the MT9V111 sensor. Regards, Brian johnson -- To unsubscribe from this

Re: Convert cpia driver to v4l2, drop parallel port version support?

2009-06-17 Thread Brian Johnson
Hans de Goede wrote: >>> sn9c102 >>> Supports a large number of cams also supported by gspca's sonixb / sonixj >>> driver, we're using >>> #ifdef macros to detect if both are being build at the same time to >>> include usb-id's only >>> in one of the 2. >> Btw, it would be interesting to wor