Re: Trying to support for HAUPPAUGE HVR-930C

2011-08-04 Thread Devin Heitmueller
Hi Daniel, Sorry for the delayed reply. I actually did reply five days ago but the message got dropped by the ML filter because my phone apparently formatted it into HTML content. Resending here... Do you have a contact at Trident I can ask to get access to that data sheet? I have been

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-29 Thread Eddi De Pieri
2011/7/28 Benjamin Larsson benja...@southpole.se: 0x82 is the address of the chip handling the analog signals(?) Micronas AVF 4910BA1 maybe. I don't have the schematic of hauppauge card, so I can't say you if 082 is the AVF 4910 So change the names so it is clear that this part sends

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-29 Thread Antti Palosaari
On 07/29/2011 02:15 PM, Eddi De Pieri wrote: 2011/7/28 Benjamin Larsson benja...@southpole.se: 0x82 is the address of the chip handling the analog signals(?) Micronas AVF 4910BA1 maybe. I don't have the schematic of hauppauge card, so I can't say you if 082 is the AVF 4910 Rather few Linux

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-29 Thread Devin Heitmueller
On Fri, Jul 29, 2011 at 7:15 AM, Eddi De Pieri e...@depieri.net wrote: 2011/7/28 Benjamin Larsson benja...@southpole.se: 0x82 is the address of the chip handling the analog signals(?) Micronas AVF 4910BA1 maybe. I don't have the schematic of hauppauge card, so I can't say you if 082 is the

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-29 Thread Daniel Glöckner
On Fri, Jul 29, 2011 at 02:10:25PM -0400, Devin Heitmueller wrote: Yes, it's an avf4910b. I did a Linux driver for the AVFA for the Viewcast boards, but there isn't a driver for the AFVB at this time. Do you have a contact at Trident I can ask to get access to that data sheet? I have been

Trying to support for HAUPPAUGE HVR-930C

2011-07-28 Thread Eddi De Pieri
Hi, I'd like to share my work to get hvr 930c. I had to apply some change to drxk structure too! The patch is created with git diff at with these latest 3 commit: commit 9bc5f6fa12c9e3e1e73e66bfabe9d463ea779b08 commit a65ea1e0dba7df0f3b6d55098162cf0125164c6c commit

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-28 Thread Benjamin Larsson
On 07/28/2011 10:53 AM, Eddi De Pieri wrote: Hi, I'd like to share my work to get hvr 930c. Actually the device don't work yet. Please someone can review my work? [ ...] + struct { + unsigned char r[4]; + int len; + } regs[] = { +