Re: [linux-usb-devel] Re: Linux-IrDA and OHCI (patch attached)

2001-09-20 Thread Roman Weissgaerber
Hi, this patch from Jean Tourrilhes adds USB_ZERO_PACKET flag support to usb-ohci.c. Please forward it to Linus. Thanks Roman Jean Tourrilhes wrote: > > On Wed, Sep 19, 2001 at 03:42:18PM -0700, jt wrote: > > > > I did a quick read in the source to see if I could implement > > ZERO_PA

Re: [linux-usb-devel] small debug-info bug

2001-09-20 Thread Dmitri
On Thu, 2001-09-20 at 13:24, Jonas Munsin wrote: > There appears to be a small typo in > drivers/usb/usbvideo.c:usbvideo_RegisterVideoDevice:1184. When debugging > output is selected, it prints out something like "Creating /proc/dexxacam/ > filesystem entries", but goes on to create /proc/video/

Re: [linux-usb-devel] Help with driver

2001-09-20 Thread Oliver Neukum
Am Freitag, 21. September 2001 00:09 schrieb kevin: > I am trying to write a loadable driver for a usb STV0680 based camera > (pencam). I already have a command line program which will allow the > user to download images from the camera, but I am writing the driver to > make use of the camera's vi

Re: [linux-usb-devel] Help with driver

2001-09-20 Thread Greg KH
On Thu, Sep 20, 2001 at 06:09:52PM -0400, kevin wrote: > > Now I have to send a series of about a dozen vendor specific commands > to the camera to initialize it for video mode (or to download still > pictures). These codes were obtained from the Windows sniff usb program, > and work in the

[linux-usb-devel] looking for volunteers willing to test patch to allow swap over usb

2001-09-20 Thread Oliver Neukum
Hi people, is there someone who has an usb storage device he's willing to swap to ? I have a large patch here which I can't test lacking a suitable device. Regards Oliver ___ [EMAIL PROTECTED] To unsubscribe, use the last form

[linux-usb-devel] Help with driver

2001-09-20 Thread kevin
I am trying to write a loadable driver for a usb STV0680 based camera (pencam). I already have a command line program which will allow the user to download images from the camera, but I am writing the driver to make use of the camera's video function. I have run into the same problem using

Re: [linux-usb-devel] Re: Linux-IrDA and OHCI (patch attached)

2001-09-20 Thread Jean Tourrilhes
On Thu, Sep 20, 2001 at 10:32:49AM +0200, Roman Weissgaerber wrote: > Hi Jean, > > can you test the attached modified patch please. > If it is OK we can forward it to I've put the attached patch on my SMP box with two dongles, usual array of tests, and it works fine. So, it's ok on my si

[linux-usb-devel] small debug-info bug

2001-09-20 Thread Jonas Munsin
Hello, There appears to be a small typo in drivers/usb/usbvideo.c:usbvideo_RegisterVideoDevice:1184. When debugging output is selected, it prints out something like "Creating /proc/dexxacam/ filesystem entries", but goes on to create /proc/video/dexxacam/. (Tested on 2.4.9-ac10, and the cvs vers

Re: [linux-usb-devel] Re: usb-storage not suitable for swapping

2001-09-20 Thread Pavel Machek
Hi! > > These are usb_control_message() and usb_clear_halt(). I was thinking > > of doing a version for block devices that uses NOIO. Thus compatibility is > > maintained in 2.4 and in 2.5 we'd merge and add another parameter to the call. > > What did you think of Alan's notion of basically wr

Re: [linux-usb-devel] Printer, HP 1200, and 7/1/3

2001-09-20 Thread David Paschal
Joel Becker wrote: > Pete Zaitcev poked me with your URL because I have played with > the USB device ID issues in the past ... > I ran into this problem for a simple printing frontend for the New > Internet Computer. My solution was an ioctl like LPIOC_GET_BUS_ADDRESS, > but only for the de

Re: [linux-usb-devel] Re: Linux-IrDA and OHCI (patch attached)

2001-09-20 Thread Roman Weissgaerber
Hi Jean, can you test the attached modified patch please. If it is OK we can forward it to JE/Linus. Thanks Roman Jean Tourrilhes wrote: > > On Wed, Sep 19, 2001 at 03:42:18PM -0700, jt wrote: > > > > I did a quick read in the source to see if I could implement > > ZERO_PACKET. Well,