On Thu, May 04, 2000, Alan Cox <[EMAIL PROTECTED]> wrote:
> > Yes, but that extends the already "broken" API. Some people want it changed,
> > and I can see their point of view. Using ioctl() for everything is ugly.
> 
> You only need one ioctl call to do the selection. After that its precisely 
> as your device/endpoint is.

The point being that the implement the device/enpoint scheme, you need a
dynamic filesystem. Assigning fixed major/minors for device/endpoints is
unfortunately not possible as it would exhaust the available major/minor
number space accounting for all possible combinations.

Keeping usbdevfs for 2.2 would be a possible solution to the problem. 

JE


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

Reply via email to