On Mon, 22 Oct 2001, Thomas Sailer wrote:

> Oliver Neukum schrieb:
>
> > The only problem you have then is that a generic driver would need to give up
> > its devices whenever a new driver is probed. But that problem is not harder
> > than dealing with disconnect.
>
> A generic driver also prohibits things like lsusb. lsusb IMO has been
> useful
> so far. So you'd need some special case stuff for utilities like lsusb.

Well, it makes it harder. For devices not bound there's no difference.
For bound devices you might have a problem. I'll have to think about it.
Though it should be possible as shown by the scsi subsystem.

Another problem with usbdevfs is that it really is an aggregate of three
seperable functions.
- The drivers and devices files, which should IMHO be in proc on their own
- Informing on connected drivers
- Access as generic devices

The third is the one that really causes problems.

        Regards
                oliver



_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to