Re: Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-05 Thread gmurray
> > What display program(s) are you intending to use, or be > > compatible with? > > All V4L clients i hope. Can you recommend any good > program? I have never used > any V4L client. Stefan, I have gnometv-0.3 I may try to use that. For the testing of ISOC frames, and the test bit that is in we

[linux-usb-devel] USB Mouse

2001-05-05 Thread Antonis Georgiou
How can i enable the USB mouse in Linux Mandrake 8? It was working during the installation but when it rebooted to the installed system (KDE environment) it wouldn't work. Thank you _ Get Your Private, Free E-mail from M

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread Miles Lane
David Brownell wrote: > Related: USB 2.0 host controllers are in stores. Fry's lists > them for $50 (and up :), and they work fine with usb-ohci > (at "full" and "low" speeds) even if the "high speed" EHCI > support is still in development. I live in Seattle and have no Fry's Electronics to go

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread Johannes Erdfelt
On Sun, May 06, 2001, Brad Hards <[EMAIL PROTECTED]> wrote: > > > We still need -ac patches, right? Maybe that hub code for USB 2.0 needs to go > > > into 2.4.5? > > > > I'd like to see that (and the usbdevfs update too) go in before long, > > but one can't quite argue it as a bugfix ... :) > >

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread Brad Hards
David Brownell wrote: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ > > > > > > Yep, I think I got that problem that'd been so annoying. With > > > current CVS and a prototype USB 2.0 storage device, this now > > > hotplugs usb-storage ... usb-storage gets past its firs

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-05 Thread Dmitri
Quoting Stefan Nilsen <[EMAIL PROTECTED]>: > > Your earlier posted code showed checking register CR02 for > > the buttonpress with a value of 0x4002. On my model, the > > buttonpress is 0xC002 after the buttonpress, and this value > > stays constant after releasing the button in my test. > > I

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-05 Thread Stefan Nilsen
> I have confirmed that the command > cat /dev/video0 > /tmp/videodata > does stream, filling /tmp up quickly. I used 2.4.4 kernel, > as it did not compile on a 2.4.0 series. > > Your earlier posted code showed checking register CR02 for > the buttonpress with a value of 0x4002. On my model, the

Re: [linux-usb-devel] early webcamgo patch for usbvideo

2001-05-05 Thread Stefan Nilsen
> > I would like someone having a Webcam Go camera to test this patch and see > > if it generates any data when making a > > cat /dev/video0 > /tmp/videodata > No such camera here. You will get all the fun decoding :-) It will be great fun indeed. But because it generates so low-quality video I

Re: [linux-usb-devel] EHCI/HCD code in CVS

2001-05-05 Thread David Brownell
> > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-usb/hcd/ > > > > Yep, I think I got that problem that'd been so annoying. With > > current CVS and a prototype USB 2.0 storage device, this now > > hotplugs usb-storage ... usb-storage gets past its first bulk request, > > hangs on the s

[linux-usb-devel] kbuild problem with uhci

2001-05-05 Thread Keith Owens
Please cc: me, I am not on the list. 2.4.4/drivers/usb/Config.in contains if [ "$CONFIG_USB_UHCI_ALT" != "y" ]; then dep_tristate ' UHCI (Intel PIIX4, VIA, ...) support' CONFIG_USB_UHCI $CONFIG_USB fi if [ "$CONFIG_USB_UHCI" != "y" ]; then dep_tristate ' UHCI Alternate Dri