Re: [PATCH] ov534: allow enumerating supported framerates

2010-01-16 Thread Antonio Ospite
On Sat, 16 Jan 2010 17:47:49 +0100 Jean-Francois Moine wrote: > Hi Antonio, > > I recoded your patch with some changes, mainly in gspca.h. If it is > OK for you, may you sign it? > Ok, that's even better. Signed-off-by: Antonio Ospite > Best regards. > > -- > Ken ar c'hentaƱ |

Re: [PATCH] ov534: allow enumerating supported framerates

2010-01-16 Thread Jean-Francois Moine
On Sat, 16 Jan 2010 15:33:45 +0100 Antonio Ospite wrote: > > Index: gspca/linux/drivers/media/video/gspca/ov534.c > > === > > --- gspca.orig/linux/drivers/media/video/gspca/ov534.c > > +++ gspca/linux/drivers/media/video/gspca/ov534.

Re: [PATCH] ov534: allow enumerating supported framerates

2010-01-16 Thread Antonio Ospite
On Sat, 9 Jan 2010 01:41:31 +0100 Antonio Ospite wrote: > Index: gspca/linux/drivers/media/video/gspca/ov534.c > === > --- gspca.orig/linux/drivers/media/video/gspca/ov534.c > +++ gspca/linux/drivers/media/video/gspca/ov534.c > @@

Re: [PATCH] ov534: allow enumerating supported framerates

2010-01-16 Thread Antonio Ospite
On Sat, 9 Jan 2010 01:41:31 +0100 Antonio Ospite wrote: > Signed-off-by: Antonio Ospite > > --- > > Historical note: > > This has been re-tested on a reliable machine and it works from guvcview for > all the framerates; on my old PC I am still having problems with 640x...@60fps > _regardless

[PATCH] ov534: allow enumerating supported framerates

2010-01-08 Thread Antonio Ospite
Signed-off-by: Antonio Ospite --- Historical note: This has been re-tested on a reliable machine and it works from guvcview for all the framerates; on my old PC I am still having problems with 640x...@60fps _regardless_ of this change, so it must be a USB problem. Thanks, Antonio Index: gs