Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-12 Thread Dwaine_Garden
When we have a look into the saa7111a datasheet (chapter 17), we will find some registers that may effect the color: - Chrominance control: Subaddress 0x0E old value 0x01, new value 0x01 - GUDL:Subaddress 0x02 old value 0xD0, new value 0xC0 - BYPS:Subaddress 0

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-11 Thread Dwaine_Garden
No, no error. I tried an other set of configuration values. The writer of the original saa7111.c uses /*...*/ for his comments. So I could not use /*..*/ to disable the whole old declaration. Instead of that I use #if 0 and #endif. What were the new configuration values? What did the

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread =?x-unknown?q?J=F6rg_Heckenbach?=
On Tue, 10 Apr 2001 [EMAIL PROTECTED] wrote: > > I did notice a very thin line at the bottom of the frame and at the right. > I'll do some more > adjust with the h v offsets. But its absolutely acceptable. > > > #if 0 > #endif > > I noticed that there is an if statement that was not

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread Dwaine_Garden
I noticed that there is an if statement that was not in the older version. The if statement contains if 0 to initialize int char[]. Opppsss The if statement was in the older version and not in the newer version. My mistake.Maybe I'll add the if statement to the new version and see if

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread Dwaine_Garden
Heheh I noticed... Jörg Heckenbach <[EMAIL PROTECTED]> on 04/10/2001 10:37:20 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Dwaine Garden/ISD/WCBO) Subject: Re: [linux-usb-devel] New Device added to USBVISION code > Maybe we can delete

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread Dwaine_Garden
enbach <[EMAIL PROTECTED]> on 04/10/2001 10:09:05 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Dwaine Garden/ISD/WCBO) Subject: Re: [linux-usb-devel] New Device added to USBVISION code Hi Dwaine, the picture looks good. I'll take the values from y

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread Jörg Heckenbach
> Maybe we can delete the green line by increasing the h-offset in > usbvision_set_output. Sorry. usbvision_set_input of course. ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-deve

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread Jörg Heckenbach
Hi Dwaine, the picture looks good. I'll take the values from your site. [EMAIL PROTECTED] wrote: > > I have better input values for NTSC video. Also, I have identified a problem > in the saa7111-new that seems to result in no colour. Give me some time to check my last changes in saa7111-new

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-10 Thread Dwaine_Garden
10:23 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Dwaine Garden/ISD/WCBO) Subject: Re: [linux-usb-devel] New Device added to USBVISION code [EMAIL PROTECTED] wrote: > > I have added another device to the list of working items. > > Ve

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-09 Thread Dwaine_Garden
//www.emuit.com/webcam.html Dwaine. Jörg Heckenbach <[EMAIL PROTECTED]> on 04/06/2001 05:10:23 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Dwaine Garden/ISD/WCBO) Subject: Re: [linux-usb-devel] New Device added to USBVISION code [EMAIL PROTECTED] wrote:

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-06 Thread Dwaine_Garden
cc: Dwaine Garden/ISD/WCBO) Subject: Re: [linux-usb-devel] New Device added to USBVISION code [EMAIL PROTECTED] wrote: > > I have added another device to the list of working items. > > Vendor id 0x573 and Product id 0x4d01 > > Could someone with this de

Re: [linux-usb-devel] New Device added to USBVISION code

2001-04-06 Thread Jörg Heckenbach
[EMAIL PROTECTED] wrote: > > I have added another device to the list of working items. > > Vendor id 0x573 and Product id 0x4d01 > > Could someone with this deivce test it. Grab it from > www.emuit.com/webcam.html. > > I do have a few people willing to help with a clean up of

[linux-usb-devel] New Device added to USBVISION code

2001-04-05 Thread Dwaine_Garden
I have added another device to the list of working items. Vendor id 0x573 and Product id 0x4d01 Could someone with this deivce test it. Grab it from www.emuit.com/webcam.html. I do have a few people willing to help with a clean up of the driver and fixing the framerate problems