Am Sonntag, 21. Oktober 2001 03:36 schrieb Matthew Dharm:
> I don't think moving to a generic usb driver is going to help.. the problem
> there is that userspace would need to change what that driver can accept
> and then re-issue a probe, _without_ unloading and reloading the module.

Only if you do not accept in the first place. If you have a generic driver 
accept anything all is well.
There are two problems.
You have to make sure that the generic driver is called last in the probe() 
chain. And secondly, you need a way to yield a device when a new driver is 
registered.

        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