[linux-usb-devel] arm ohci usb patch

2001-04-20 Thread Ralph Blach
Where do i get a copy of the arm usb-ohci patch? Thanks Chip begin:vcard n:Blach;Ralph tel;work:919-543-1207 x-mozilla-html:TRUE url:www.ibm.com org:IBM MicroElectronics adr:;;3039 Cornwallis ;RTP;NC;27709;USA version:2.1 email;internet:[EMAIL PROTECTED] x-mozilla-cpt:;15936 fn:Ralph Blach

Re: [linux-usb-devel] about usbnet

2001-04-20 Thread David Brownell
> >how to transmit date from sa1100 to host. > > You need to patch the device side. I think it is included in patches like: > ftp://ftp.handhelds.org/pub/linux/arm/sa-1100-patches/diff-2.4.3-rmk1-np2.gz > > Then you setup usbnet and it should work. Otherwise, happy debugging. And "setup

Re: [linux-usb-devel] arm ohci usb patch

2001-04-20 Thread David Brownell
See how 2.4.4-pre5 works for you. It's behaved on MIPS and SPARC64, and ARM ought to behave too. There's also the handhelds.org version. - Original Message - From: "Ralph Blach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 20, 2001 9:34 AM Subject: [linux-usb-devel] a

[linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
Hi all. I have working source to read live video from this camera, using usbdevfs ioctl's. I don't know how to turn this to a kernel v4l-driver. Someone interested? The source is a mess right now but I think an USB developer can understand and turn it into a driver. I will try to clean it up

[linux-usb-devel] [PATCH] USB versioning for all modules

2001-04-20 Thread Greg KH
Hi, Here's a patch against 2.4.4-pre5 that adds the version and author info to all of the different modules. It dumps this info out to the syslog when the driver is loaded, like all of the network drivers do. It was written by Gary Brubaker, whom I want to publicly thank for putting up with my

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Dmitri
Quoting Stefan Nilsen <[EMAIL PROTECTED]>: > I have working source to read live video from this camera, using usbdevfs > ioctl's. > > I don't know how to turn this to a kernel v4l-driver. > > Someone interested? a) How many interfaces and what kind of pipe is used? b) What video format is use

Re: [linux-usb-devel] USB Zip 250 hangs 2.4.3, panics 2.4.3-ac2,-ac9

2001-04-20 Thread Keith T. Garner
On Fri, Apr 20, 2001 at 04:34:52, James Turinsky (LKML) said: > First thing I saw, is under 2.4.3-ac9, I have hotplug support and > /sbin/hotplug installed, and I plugged it in and it found the drive > (yay!). Then I mounted the disk in the drive ( -t vfat -o sync IIRC) > and tried to copy a chun

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
> > I have working source to read live video from this camera, using usbdevfs > > ioctl's. > a) How many interfaces and what kind of pipe is used? Its only 1 interface on the camera. So that piece is done. It uses Isochronous transfers. 16 alternate settings exist that varies the bandwidth from

Re: [linux-usb-devel] about usbnet

2001-04-20 Thread Brad Hards
David Brownell wrote: > > > >how to transmit date from sa1100 to host. > > > > You need to patch the device side. I think it is included in patches like: > > ftp://ftp.handhelds.org/pub/linux/arm/sa-1100-patches/diff-2.4.3-rmk1-np2.gz > > > > Then you setup usbnet and it should work. Othe

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
> I asked because usbvideo module (library for kernel-mode V4L drivers) > already supports this configuration. If you want you can just write a > "minidriver" that uses usbvideo to do the grunt work. > > Get it at http://www.linux-usb.org/ibmcam/ The trouble is I dont know much about color conver

[linux-usb-devel] USB Zip 250 hangs 2.4.3, panics 2.4.3-ac2,-ac9

2001-04-20 Thread James Turinsky (LKML)
[not subbed to [EMAIL PROTECTED], please mail me directly] Hi all, I'm having MAJOR problems with using a USB Zip 250 with Linux 2.4.3. First thing I saw, is under 2.4.3-ac9, I have hotplug support and /sbin/hotplug installed, and I plugged it in and it found the drive (yay!). Then I mounted t