[PATCH 6/6] gspca - gl860: text alignment

2010-06-01 Thread Olivier Lorin
gspca - gl860: text alignment From: Olivier Lorin - Extra spaces to align some variable names and a defined value Priority: normal Signed-off-by: Olivier Lorin diff -urpN i5/gl860.h gl860/gl860.h --- i5/gl860.h 2010-06-01 23:20:10.0 +0200 +++ gl860/gl860.h 2010-04-28 13:36

[PATCH 5/6] gspca - gl860: fix for wrong 0V9655 resolution identifier name

2010-06-01 Thread Olivier Lorin
gspca - gl860: fix for wrong 0V9655 resolution identifier name From: Olivier Lorin - Fix for a wrong OV9655 image resolution identifier name Priority: normal Signed-off-by: Olivier Lorin diff -urpN i4/gl860-ov9655.c gl860/gl860-ov9655.c --- i4/gl860-ov9655.c 2010-06-01 23:18:28.0

[PATCH 4/6] gspca - gl860: use of real resolutions for MI2020 sensor

2010-06-01 Thread Olivier Lorin
gspca - gl860: use of real resolutions for MI2020 sensor From: Olivier Lorin - Change of rounded image resolutions to the real ones for MI2020 sensor in order to discard 2 random lines in the bottom of images Priority: normal Signed-off-by: Olivier Lorin diff -urpN i3/gl860.c gl860/gl860

[PATCH 3/6] gspca - gl860: USB control message delay unification

2010-06-01 Thread Olivier Lorin
gspca - gl860: USB control message delay unification From: Olivier Lorin - 1 ms "msleep" applied to each sensor after USB control data exchange This was done for two sensors because these exchanges were known to be too quick depending on laptop model. It is fairly logical to

[PATCH 2/6] gspca - gl860: setting changes applied after an EOI

2010-06-01 Thread Olivier Lorin
gspca - gl860: setting changes applied after an EOI From: Olivier Lorin - Setting changes applied after an end of image marker reception This is the way MI2020 sensor works. It seems to be logical to wait for a complete image before to change a setting. Priority: normal Signed-off-by

[PATCH 1/6] gspca - gl860: new driver for MI2020 sensor

2010-06-01 Thread Olivier Lorin
gspca - gl860: new driver for MI2020 sensor From: Olivier Lorin - new MI2020 driver version made from a webcam gift - all previous flavors of this driver removed Priority: normal Signed-off-by: Olivier Lorin diff -urpN i0/gl860.c gl860/gl860.c --- i0/gl860.c 2010-03-27 10:08:16.0

[PATCH 0/6] gspca - gl860 new driver for MI2020 and others changes

2010-06-01 Thread Olivier Lorin
Hello! This is a new submit of last sunday 3 patches. The first patch is the new driver for MI2020, other patches are functional changes and some minor changes. Regards -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.or

[PATCH 3/3] Gspca-gl860 driver update

2010-05-30 Thread Olivier Lorin
gspca - gl860: minor functional changes From: Olivier Lorin - Setting changes applied after an end of image marker reception This is the way MI2020 sensor works. It seems to be logical to wait for a complete image before to change a setting. - 1 ms "msleep" applied to each se

[PATCH 2/3] Gspca-gl860 - MI2030 sensor subdriver rewrite

2010-05-30 Thread Olivier Lorin
gspca - gl860: new driver for MI2020 sensor From: Olivier Lorin - new MI2020 driver version made from a webcam given to me - remove all previous flavors of this driver Priority: normal Signed-off-by: Olivier Lorin diff -urpN der_gl860i1/gl860.c gl860/gl860.c --- der_gl860i1/gl860.c 2010-04

[PATCH 1/3] Gspca-gl860 driver update

2010-05-30 Thread Olivier Lorin
gspca - gl860: minor fixes From: Olivier Lorin - Change of rounded image resolutions to the real ones - Fix for an irrelevant OV9655 image resolution identifier name - Extra spaces to align some variable names and a defined value Priority: normal Signed-off-by: Olivier Lorin diff -rupN

[PATH 0/3] gspca-gl860 driver update

2010-05-30 Thread Olivier Lorin
Hello Here is three patches for the gspca_gl860 driver. The main patch is the second one, it is a rewrite for the sensor MI2020. These patches have been proposed on February 28th and refused some days later because of a concern about the use of "udelay" instead of "msleep". Compared to February,

Re: [PATCH 1/2] New driver for MI2020 sensor with GL860 bridge

2010-03-01 Thread Olivier Lorin
2010/3/1, Jean-Francois Moine : > On Sun, 28 Feb 2010 21:19:25 +0100 > Olivier Lorin wrote: > >> - General changes for all drivers because of new MI2020 sensor >> driver : >> - add the light source control >> - control value changes only applied after an end o

[PATCH 2/2] New driver for MI2020 sensor with GL860 bridge

2010-02-28 Thread Olivier Lorin
gspca - gl860: new driver for MI2020 sensor From: Olivier Lorin - new MI2020 driver version made from a webcam given to me - remove all previous flavors of this driver Priority: normal Signed-off-by: Olivier Lorin diff -rupN ../i/linux/drivers/media/video/gspca/gl860/gl860.c ./linux

[PATCH 1/2] New driver for MI2020 sensor with GL860 bridge

2010-02-28 Thread Olivier Lorin
gspca - gl860: updates to prepare the new driver for MI2020 sensor From: Olivier Lorin - General changes for all drivers because of new MI2020 sensor driver : - add the light source control - control value changes only applied after an end of image - replace msleep with duration less than

Re: flicker/jumpy at the bottom of the video

2009-12-23 Thread Olivier Lorin
Hi, one of the sensors managed by the gspca_gl860 has some weird resolutions : 800 x 598 and 1600 x 1198. To set these resolutions to 800 x 600 and 1600 x 1200 causes a flickering effect because of both missing lines of data from the sensor. Thus a stupid question, does the resolutions are these c

[PATCH] MAINTAINERS file

2009-12-13 Thread Olivier Lorin
Patch of the MAINTAINERS file to include the gspca_gl860 driver Signed-off-by: Olivier Lorin Signed-off-by: Jean-Francois Moine --- diff ../orgn/MAINTAINERS MAINTAINERS -rupN --- ../orgn/MAINTAINERS 2009-12-05 22:21:59.0 +0100 +++ MAINTAINERS 2009-09-20 03:35:18.0 +0200

[PATCH] MAINTAINERS: addition of gspca_gl860 driver

2009-10-03 Thread Olivier Lorin
MAINTAINERS: addition of gspca_gl860 driver From: Olivier Lorin - addition of gspca_gl860 driver Priority: normal Signed-off-by: Olivier Lorin --- ../a/MAINTAINERS2009-09-20 02:07:33.0 +0200 +++ MAINTAINERS 2009-09-20 02:09:56.0 +0200 @@ -2224,6 +2224,13 @@ T: git

[PATCH 3/3] gspca_gl860/Fixed format : improvement of the driver for OV2640 sensor

2009-10-03 Thread Olivier Lorin
gspca_gl860: improvement of the driver for OV2640 sensor From: Olivier Lorin - simplified initialization sequence - add flip/mirror support for OV2640 - fix for backlight value range - fix for red-blue inversion hue mode with V4L1 applications diff -rupN ../gspca-msrc2/linux/drivers/media

[PATCH 2/3] gspca_gl860/Fixed format : comment changes and unified naming scheme

2009-10-03 Thread Olivier Lorin
gspca_gl860: comment changes and unified naming scheme From: Olivier Lorin - small changes in comments - unified naming scheme for subdriver variables Priority: trivial Signed-off-by: Olivier Lorin diff -rupN ../gspca-msrc/linux/drivers/media/video/gspca/gl860/gl860.c ./linux/drivers/media

[PATCH 1/3] gspca_gl860/Fixed format : main part update

2009-10-03 Thread Olivier Lorin
I'm sorry, I used a bad format for the 3 previous patches I sent this day. This is fixed now. gspca_gl860: improvement of the main driver part From: Olivier Lorin - fix for compilation warning about sd_ctrls - trace improvement while probing the sensor Priority: normal Signed-o

[PATCH 3/3] gspca_gl860

2009-10-03 Thread Olivier Lorin
gspca - gl860: add flip/mirror for OV2640 From: Olivier Lorin - add flip/mirror support for OV2640 - fix for backlight value range - fix for red-blue inversion hue mode with V4L1 applications diff -rupN ../gspca-msrc2/linux/drivers/media/video/gspca/gl860/gl860.h ./linux/drivers/media/video

Re: [PATCH 2/3] gspca_gl860

2009-10-03 Thread Olivier Lorin
gspca - gl860: comment changes and naming scheme egalization From: Olivier Lorin - small changes in comments - unified naming scheme for subdriver variables Priority: trivial Signed-off-by: Olivier Lorin diff -rupN ../gspca-msrc/linux/drivers/media/video/gspca/gl860/gl860.c ./linux

[PATCH 1/3] gspca_gl860

2009-10-03 Thread Olivier Lorin
gspca - gl860: improvement of the main driver part From: Olivier Lorin - fix for warning compilation about sd_ctrls - trace improvement while probing the sensor Priority: normal Signed-off-by: Olivier Lorin diff -rupN ../gspca-o/linux/drivers/media/video/gspca/gl860/gl860.c ./linux