[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-02-18 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 3 changesets: 01/03: gspca - sonixj: Add vertical flip control for sensor hv7131r. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=cdce9bf1b2e0 02/03: gspca - sonixj: Set the vertical flip at

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-02-03 Thread Mauro Carvalho Chehab
Hans de Goede wrote: Hi, On 02/01/2010 07:36 PM, Mauro Carvalho Chehab wrote: Jean-Francois Moine wrote: Hi Douglas, I believe it is you to whom the pull requests must be addressed. In fact, the current workflow is different: I'll handle all patches (except for those that are pure

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-02-01 Thread Hans de Goede
Hi, On 02/01/2010 07:36 PM, Mauro Carvalho Chehab wrote: Jean-Francois Moine wrote: Hi Douglas, I believe it is you to whom the pull requests must be addressed. In fact, the current workflow is different: I'll handle all patches (except for those that are pure backport patches or to some

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-30 Thread Jean-Francois Moine
Hi Douglas, I believe it is you to whom the pull requests must be addressed. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 5 changesets: 01/05: gspca - main: Add input support for interrupt endpoints.

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-23 Thread Németh Márton
Jean-Francois Moine írta: On Fri, 22 Jan 2010 18:54:46 -0200 Mauro Carvalho Chehab mche...@infradead.org wrote: Huh? -static int reg_w_buf(struct gspca_dev *gspca_dev, +static void reg_w_buf(struct gspca_dev *gspca_dev, __u8 index, const char *buffer,

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-23 Thread Jean-Francois Moine
On Sat, 23 Jan 2010 09:10:44 +0100 Németh Márton nm...@freemail.hu wrote: is more readable, smaller and quicker (less MMU switches) than: What do you mean under MMU switches? The MMU has an associative memory which is used in the first step to translate a logical address (page) to the

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-23 Thread Mauro Carvalho Chehab
Jean-Francois Moine wrote: On Sat, 23 Jan 2010 09:10:44 +0100 Németh Márton nm...@freemail.hu wrote: is more readable, smaller and quicker (less MMU switches) than: What do you mean under MMU switches? The MMU has an associative memory which is used in the first step to translate a

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-23 Thread Németh Márton
Mauro Carvalho Chehab írta: Jean-Francois Moine wrote: On Sat, 23 Jan 2010 09:10:44 +0100 Németh Márton nm...@freemail.hu wrote: is more readable, smaller and quicker (less MMU switches) than: What do you mean under MMU switches? The MMU has an associative memory which is used in the first

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-23 Thread Jean-Francois Moine
On Sat, 23 Jan 2010 12:05:19 -0200 Mauro Carvalho Chehab mche...@redhat.com wrote: An associative memory is complex and its complexity grows exponentially with its size. So, usually, it is rather small. Then, the more the code is small and the less MMU interrupts occur... Linux doesn't

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-22 Thread Mauro Carvalho Chehab
Jean-Francois Moine wrote: Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - zc3xx: Change the resolutions of some sensors. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=b2c81ce31b88 02/09: gspca -

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-22 Thread Jean-Francois Moine
On Fri, 22 Jan 2010 18:54:46 -0200 Mauro Carvalho Chehab mche...@infradead.org wrote: Huh? -static int reg_w_buf(struct gspca_dev *gspca_dev, +static void reg_w_buf(struct gspca_dev *gspca_dev, __u8 index, const char *buffer, int len) { int ret;

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-16 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - zc3xx: Change the resolutions of some sensors. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=b2c81ce31b88 02/09: gspca - pac7302/pac7311: Remove the unused page

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-12 Thread Jean-Francois Moine
Hi Mauro, I added an important bug fix. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 12 changesets: 01/12: gspca - ov534/ov534_9: Split the ov534 subdriver. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=b3b5fdea85f9 02/12: gspca - zc3xx: Cleanup

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-11 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 11 changesets: 01/11: gspca - ov534/ov534_9: Split the ov534 subdriver. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=b3b5fdea85f9 02/11: gspca - zc3xx: Cleanup code.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-09 Thread Jean-Francois Moine
Hi Mauro, I added a bug fix which should go to the kernel 2.6.33. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 10 changesets: 01/10: gspca - vc032x: Fix bad probe of the sensor mi1320. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=89f9221d4555

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-05 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - vc032x: Fix bad probe of the sensor mi1320. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=89f9221d4555 02/09: gspca - vc032x: Add the H and V flip controls for

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-12-26 Thread Jean-Francois Moine
Hi Mauro, I added a bug fix which should go into linux 2.6.33. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - main: Optimize code. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=ceb47e732054 02/09: gspca - main: Add the

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-12-20 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 8 changesets: 01/08: gspca - main: Optimize code. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=ceb47e732054 02/08: gspca - main: Add the cam flag 'no_urb_create'.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-12-14 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following changeset: 01/01: gspca - include: Fix compile errors with kernels 2.6.25. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=7f4a47d55f36 linux/drivers/media/video/gspca/gspca.h |1

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-12-14 Thread Jean-Francois Moine
Hi Mauro, Forgive about the previous pull request and please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 3 changesets: 01/03: gspca - include: Fix compile errors with kernels 2.6.25. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=696f668232b3 02/03:

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-12-12 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 2 changesets: 01/02: gspca - many subdrivers: Fix some warnings. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=a095d9112c22 02/02: gspca - zc3xx: Set the quality for sensor tas5130c.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-12-11 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 2 changesets: 01/02: gspca - some subdrivers: Make device_table[]s constant. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=0ba73f8e8517 02/02: gspca - ov534: Fix a compilation warning.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-11-24 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 8 changesets: 01/08: gspca - pac7311: Stop sending URBs on first error. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=ba302a8f0cb0 02/08: gspca - pac7302: Add debug register write interface.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-11-24 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 6 changesets: 01/06: gspca - main: Add a gspca flag for inactive controls. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=338ce756cb5d 02/06: gspca - ov534: The AWB control works only when

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-11-24 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 5 changesets: 01/05: gspca - ov534: Add svga, xga and sxga modes for ov965x. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=b9e583cef80a 02/05: gspca - ov534: Remove extra values at end of ov965x

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-11-23 Thread Jean-Francois Moine
Hi Mauro, Maybe my previous mail was lost.. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 8 changesets: 01/08: gspca - pac7302: Remove redundant stream off command. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=1551c621e75f 02/08: gspca -

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-11-02 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - pac207/pac7311/mr97310a: Simplify pac_find_sof. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=4d776e15a7c7 02/09: gspca - pac7311: Extract pac_start_frame.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-10-29 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 3 changesets: 01/03: gspca - pac7311: Webcam 093a:2628 added. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=43d143960b40 02/03: gspca - zc3xx: Add some delays and warn on i2c errors.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-10-19 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 7 changesets: 01/07: gspca - pac_common: redesign function for finding Start Of Frame http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=ad4a5d890531 02/07: gspca - zc3xx.c: Change init sequences of

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-10-04 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - zc3xx.c: Bad init sequences of sensor cs2102. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=a9df985afa8b 02/09: gspca - main: More information messages.

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-09-17 Thread Mauro Carvalho Chehab
Em Wed, 16 Sep 2009 08:37:14 +0200 Jean-Francois Moine moin...@free.fr escreveu: Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 2 changesets: 01/02: gspca - vc032x: Bad GPIO of the Samsung Q1 on start/stop streaming.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-09-16 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 2 changesets: 01/02: gspca - vc032x: Bad GPIO of the Samsung Q1 on start/stop streaming. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=314d81e7f555 02/02: gspca - gl860: Addition of GL860 based

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-09-02 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 7 changesets: 01/07: gspca - pac7311: Webcam 06f8:3009 added. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=f9cc6f2ba58e 02/07: gspca - sonixj: Don't use mdelay().

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-08-26 Thread Jean-Francois Moine
Hi Mauro, I added an other important change. Both should go to the 2.6.31. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 2 changesets: 01/02: gspca - sonixj: Do the ov7660 sensor work again. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=98695b5864e0

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-08-16 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following changeset: 01/01: gspca - jeilinj: New subdriver for Jeilin chip. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=a5fc9900e604 b/linux/drivers/media/video/gspca/jeilinj.c | 388

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-07-19 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 4 changesets: 01/04: gspca - sonixj: Remove auto gain/wb/expo for the ov7660 sensor. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=20ce8d471890 02/04: gspca - sunplus: Webcam 052b:1803 added.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-07-19 Thread Jean-Francois Moine
Hi Mauro, I forgot an important fix. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 5 changesets: 01/05: gspca - sonixj: Remove auto gain/wb/expo for the ov7660 sensor. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=20ce8d471890 02/05: gspca -

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-06-12 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 5 changesets: 01/05: gspca - spca505: Reinitialize the webcam at resume time. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=61038fe967ba 02/05: gspca - ov519: Add support for the ov518 bridge.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-05-25 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 6 changesets: 01/06: gspca - spca508: Cleanup source and update copyright. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=59d19da68b20 02/06: gspca - spca508: Optimize code.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-05-09 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 13 changesets: 01/13: gspca - main: Version change. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=6e7981bae474 02/13: gspca - zc3xx: Bad debug level in i2c_read.

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-05-02 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 3 changesets: 01/03: gspca - zc3xx: Bad debug level in i2c_read. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=ccddae0f5d8f 02/03: gspca - tp6800: New subdriver with webcam 06a2:0003.

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-23 Thread Mauro Carvalho Chehab
On Tue, 21 Apr 2009 09:29:39 +0200 Jean-Francois Moine moin...@free.fr wrote: Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11570:ccddae0f5d8f gspca - zc3xx: Bad debug level in i2c_read. changeset: 11571:c3ae07c7c476 gspca - tp6800: New

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-23 Thread Jean-Francois Moine
On Thu, 23 Apr 2009 09:43:28 -0300 Mauro Carvalho Chehab mche...@infradead.org wrote: On Tue, 21 Apr 2009 09:29:39 +0200 Jean-Francois Moine moin...@free.fr wrote: Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11570:ccddae0f5d8f gspca -

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-23 Thread Mauro Carvalho Chehab
On Thu, 23 Apr 2009 14:43:37 +0200 Jean-Francois Moine moin...@free.fr wrote: On Thu, 23 Apr 2009 09:43:28 -0300 Mauro Carvalho Chehab mche...@infradead.org wrote: On Tue, 21 Apr 2009 09:29:39 +0200 Jean-Francois Moine moin...@free.fr wrote: Hi Mauro, Please pull from

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-23 Thread Jean-Francois Moine
On Thu, 23 Apr 2009 10:19:48 -0300 Mauro Carvalho Chehab mche...@infradead.org wrote: changeset: 11571:c3ae07c7c476 gspca - tp6800: New subdriver with webcam 06a2:0003. + .sizeimage = 320 * 240 + 590, Hmm... this looks weird! Why do you need to add 590 bytes here?

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-21 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11570:ccddae0f5d8f gspca - zc3xx: Bad debug level in i2c_read. changeset: 11571:c3ae07c7c476 gspca - tp6800: New subdriver with webcam 06a2:0003. changeset: 11572:b7b10bc9ad67 tag: tip gspca -

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-18 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11517:bd3148610922 gspca - m5602-po1030: Remove redundant init sequences changeset: 11518:6da2047440f0 gspca - m5602-ov9650: Add auto exposure ctrl changeset: 11519:11e175efd506 gspca - m5602-po1030: Add

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-07 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11423:89ed21b68f44 gspca - t613: Do sensor reset only for sensor om6802. changeset: 11424:76a9121958e1 gspca - mr97310a: Return good error code in mod_init. changeset: 11425:167e34fc7c99 gspca - main:

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-05 Thread Jean-Francois Moine
Hi Mauro, Here is my previous pull request. Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11224:2258bd92f522 gspca - vc032x: Remove the JPEG tables of mi1320_soc. changeset: 11225:ea6d8f0cd083 gspca - m5602-s5k4aa: No more default mode changeset:

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-03-27 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11224:2258bd92f522 gspca - vc032x: Remove the JPEG tables of mi1320_soc. changeset: 11225:ea6d8f0cd083 gspca - m5602-s5k4aa: No more default mode changeset: 11226:630fa8f75f42 gspca - m5602-s5k4aa: Add

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-03-25 Thread Mauro Carvalho Chehab
On Wed, 25 Mar 2009 11:19:42 +0100 Jean-Francois Moine moin...@free.fr wrote: Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11141:8f6800be5b0f gspca - vc032x: New sensor mi1320_soc and webcam 15b8:6001 added. changeset: 11156:fb4ba7eaa8b0

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-03-23 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11131:34b88f4b00ad gspca - t613: Bad sensor detection. changeset: 11132:31f222cd683a gspca - t613: Don't re-read the ID registers at probe time. changeset: 11133:0b9ac61f6162 gspca - t613: Greater delay