> > It might be that you cannot do this once the usb printer
> > modules has "claimed" the interface.
>
> You are right. Same goes with HID: As soon as you load hid.o, you can no
> longer access devices claimed by the module.
> ...
> I think it would be nice to force the kernel-module to unclaim interfaces
> which I want to access via usbfs.

My "usbdevfs interface ioctls" patch (update coming later)
gives a framework that can be used to address such issues.

For example, if the hid driver cooperated with you, it
could probably find a way to let you send control messages
at safe points ... say, if your messages were in ioctls
sent through the hid driver.

Or there could be requests to drivers (or devices?) asking
to change driver bindings for a particular interface.

- Dave




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

Reply via email to