[linux-usb-devel] Re: USBVision NT1003 and 4 Driver Review

2002-12-20 Thread Dwaine_Garden
Thats Oliver. I will make the changes to the driver for the 2.4 kernels. Since this is what most people are using at the moment. I want to get opinions on the code.Get a close to finish version, then work on the 2.5 version. Is the switch going to happen on V4L2 in 2.5?I hear tons of r

[linux-usb-devel] Re: USBVision NT1003 and 4 Driver Review

2002-12-19 Thread Oliver Neukum
Am Donnerstag, 19. Dezember 2002 22:04 schrieb [EMAIL PROTECTED]: > Oliver, could you take a couple of minutes and review the usbvision NT1003 > code. I would love to have a list > of bad code.I'm not the most experienced person with the Linux USB API. > > heheh You look like the perfec

[linux-usb-devel] Re: USBVISION PAL + SAA7113

2002-09-28 Thread Fabio Yasusi Yamamoto
Cameron Maxwell wrote: >Okay, the ugly black space at the side of the image and the line can be >removed by changing the PAL horiz image offset. > >In usbvision_set_input() if inside the PAL 'if' statement you change: > value[4] = 0x60; > >to > value[4] = 0x42; > >It should remove the line and

[linux-usb-devel] Re: USBVISION PAL + SAA7113

2002-09-28 Thread Fabio Yasusi Yamamoto
Cameron Maxwell wrote: >Okay, the ugly black space at the side of the image and the line can be >removed by changing the PAL horiz image offset. > >In usbvision_set_input() if inside the PAL 'if' statement you change: > value[4] = 0x60; > >to > value[4] = 0x42; > >It should remove the line and

Re: [linux-usb-devel] Re: usbvision [Virus checked]

2002-07-09 Thread Alan Cox
> -obj-$(CONFIG_VIDEO_DEV) +=3D videodev.o > +obj-$(CONFIG_VIDEO_DEV) +=3D videodev.o tuner.o That looks wrong. Tuner is only needed for some cards. Put the proper rules in --- This sf.net email is sponsored by:ThinkGeek Stuff, things, and muc

Re: [linux-usb-devel] Re: USBVision / VA11A

2002-01-23 Thread Dwaine_Garden
et it is. Dwaine Garden. Jörg Heckenbach <[EMAIL PROTECTED]>@lists.sourceforge.net on 01/23/2002 04:35:11 AM Sent by: [EMAIL PROTECTED] To: cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: [linux-usb-devel] Re: USBVision / VA11A Hi Frank, Hi Dwaine, Hi

[linux-usb-devel] Re: USBVision: new device

2001-11-20 Thread Dwaine Garden
Jörg Heckenbach wrote: >"Mark J. Taylor" wrote: > >>I'm in the USA, and I went out to a local computer/electronics store and >>purchased a Hauppauge WinTV-USB model 602. >> >>It's vendor ID is 0x0573, product ID is 0x4D20, and it isn't in >>usbvision.h. >> >>However, it is a multi-config device,

[linux-usb-devel] Re: usbvision

2001-11-15 Thread Dwaine Garden
benoit walter wrote: >Hello, > >I found why it did not work. The problem is that my device was not listed >in the header file. > Could I possibly get the VendorID and ProductID from you. Also the description of the product from the box. I like to get the exact product name. >I don't k