On Mon, May 08, 2000, Thomas Sailer <[EMAIL PROTECTED]> wrote:
> Alan Cox wrote:
> 
> >         open via usbdevfs
> >         failed ?
> >         open /dev/usbraw
> >         ioctl(pick the end point)
> >         open /dev/usbraw
> >         ioctl(pick the 2nd end point)
> >         go..
> 
> Race with device unplug?

Along with other problems.

There a couple of other things that need to be created for this to work,
including enumeration of devices on the bus (without parsing
/proc/bus/usb/devices) as well as the variety of ioctl's which don't
operate on ioctl()'s (set configuration, etc)

IMHO, this is more trouble than it's worth and is better spent fixing
any deficencies in the future setup, not creating a completely
incompatible version for 2.2

JE


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to