Re: USB device programming with ugen [Solved]

2003-07-15 Thread John Baldwin
On 15-Jul-2003 Martin wrote: > On Tue, 2003-07-15 at 09:04, Terry Lambert wrote: >> The attach should have failed, if it didn't have an interrupt. > > Somehow uhci0 didn't have interrupt, but it managed to find the webcam > on ugen0. Don't ask me why. I have attached my logs below. > You can see

Re: USB device programming with ugen [Solved]

2003-07-15 Thread Martin
On Tue, 2003-07-15 at 09:04, Terry Lambert wrote: > The attach should have failed, if it didn't have an interrupt. Somehow uhci0 didn't have interrupt, but it managed to find the webcam on ugen0. Don't ask me why. I have attached my logs below. You can see many devices sharing same irq. I don't kn

Re: USB device programming with ugen [Solved]

2003-07-15 Thread Terry Lambert
Martin wrote: > Seems it was my fault. I found a solution in forums. I had to try > out many things until someone has pointed me to BIOS settings and > "assigning interrupt to USB". I noticed it was off and enabled it. > It works now. :) > > (E.a.: no delays while accessing ugen0 and no freeze wit

USB device programming with ugen [Solved]

2003-07-14 Thread Martin
Hi again, Seems it was my fault. I found a solution in forums. I had to try out many things until someone has pointed me to BIOS settings and "assigning interrupt to USB". I noticed it was off and enabled it. It works now. :) (E.a.: no delays while accessing ugen0 and no freeze with X11.) Mart

USB device programming with ugen

2003-07-13 Thread Martin
Hi all, I have started to write a small video capture application for my webcam (the first few steps). I am using /dev/ugen0 to talk to the webcam and it seems to work. I can reset the webcam and hear a beep. It is correct so far. The problem is, I can only start my application on the text termin