Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-05 Thread Antonio Ospite
On Thu, 4 Mar 2010 15:14:45 -0500 Jim Paris j...@jtan.com wrote: On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] It would be interesting to see how Powerline Frequency filtering is done on PS3. I added Jim Paris on CC. I can

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Antonio Ospite
On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] I see. It would be interesting to see how Powerline Frequency filtering is done on PS3. I added Jim Paris on CC. Hi Antonio and Mosalam, I tried, but I can't capture that. My USB logger

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Jim Paris
Antonio Ospite wrote: On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] I see. It would be interesting to see how Powerline Frequency filtering is done on PS3. I added Jim Paris on CC. Hi Antonio and Mosalam, I tried, but I

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Jim Paris
Max Thrun wrote: On Thu, Mar 4, 2010 at 3:14 PM, Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] I see. It would be interesting to see how Powerline Frequency

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-03 Thread Antonio Ospite
On Wed, 3 Mar 2010 02:27:38 + M.Ebrahimi m.ebrah...@ieee.org wrote: On 2 March 2010 16:06, Max Thrun bear2...@gmail.com wrote: On Tue, Mar 2, 2010 at 10:39 AM, Antonio Ospite osp...@studenti.unina.it wrote: [...] Mosalam did you spot the register from a PS3 usb dump or by looking

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-03 Thread Jean-Francois Moine
On Wed, 3 Mar 2010 09:00:08 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Ok, so Jean-Francois can you apply the patches except 10/11, please? We are keeping this one for another round. Hello ov534 team, Actually, I have problems with the mercurial tree. I will apply your changes as

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-03 Thread Antonio Ospite
On Wed, 3 Mar 2010 09:37:44 +0100 Jean-Francois Moine moin...@free.fr wrote: On Wed, 3 Mar 2010 09:00:08 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Ok, so Jean-Francois can you apply the patches except 10/11, please? We are keeping this one for another round. Hello ov534

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-03 Thread Jean-Francois Moine
On Wed, 3 Mar 2010 11:57:18 +0100 Antonio Ospite osp...@studenti.unina.it wrote: No problem. Just a question, will you switch to git anytime soon? I don't look at this yet, but I think I will have to do it soon... -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef |

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-03 Thread Jim Paris
Antonio Ospite wrote: On Wed, 3 Mar 2010 02:27:38 + M.Ebrahimi m.ebrah...@ieee.org wrote: On 2 March 2010 16:06, Max Thrun bear2...@gmail.com wrote: On Tue, Mar 2, 2010 at 10:39 AM, Antonio Ospite osp...@studenti.unina.it wrote: [...] Mosalam did you spot the register

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-02 Thread M.Ebrahimi
On 28 February 2010 19:55, Jean-Francois Moine moin...@free.fr wrote: On Sun, 28 Feb 2010 20:18:50 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Maybe we could just use       V4L2_CID_POWER_LINE_FREQUENCY_DISABLED  = 0,       V4L2_CID_POWER_LINE_FREQUENCY_50HZ      = 1, It looks

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-02 Thread Antonio Ospite
On Tue, 2 Mar 2010 11:26:15 + M.Ebrahimi m.ebrah...@ieee.org wrote: On 28 February 2010 19:55, Jean-Francois Moine moin...@free.fr wrote: On Sun, 28 Feb 2010 20:18:50 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Maybe we could just use      

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-02 Thread M.Ebrahimi
On 3 March 2010 02:30, Max Thrun bear2...@gmail.com wrote: On Tue, Mar 2, 2010 at 9:27 PM, M.Ebrahimi m.ebrah...@ieee.org wrote: On 2 March 2010 16:06, Max Thrun bear2...@gmail.com wrote: On Tue, Mar 2, 2010 at 10:39 AM, Antonio Ospite osp...@studenti.unina.it wrote: On Tue, 2

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-02-28 Thread Jean-Francois Moine
On Sat, 27 Feb 2010 21:20:27 +0100 Antonio Ospite osp...@studenti.unina.it wrote: +static int sd_querymenu(struct gspca_dev *gspca_dev, + struct v4l2_querymenu *menu) +{ + switch (menu-id) { + case V4L2_CID_POWER_LINE_FREQUENCY: + switch (menu-index) { +

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-02-28 Thread Antonio Ospite
On Sun, 28 Feb 2010 19:49:51 +0100 Jean-Francois Moine moin...@free.fr wrote: On Sat, 27 Feb 2010 21:20:27 +0100 Antonio Ospite osp...@studenti.unina.it wrote: +static int sd_querymenu(struct gspca_dev *gspca_dev, + struct v4l2_querymenu *menu) +{ + switch (menu-id) { +

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-02-28 Thread Jean-Francois Moine
On Sun, 28 Feb 2010 20:18:50 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Maybe we could just use V4L2_CID_POWER_LINE_FREQUENCY_DISABLED = 0, V4L2_CID_POWER_LINE_FREQUENCY_50HZ = 1, It looks like the code matches the DISABLED state (writing 0 to the register).

[PATCH 10/11] ov534: Add Powerline Frequency control

2010-02-27 Thread Antonio Ospite
From: Mosalam Ebrahimi m.ebrah...@ieee.org Note that setting this options to 50Hz can reduce the framerate, so the default is still 60Hz. Signed-off-by: Mosalam Ebrahimi m.ebrah...@ieee.org Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- linux/drivers/media/video/gspca/ov534.c | 71