usbatm : modprobe & rmmod

matthieu castet castet.matthieu at free.fr
Thu Jan 27 05:42:07 EST 2005


Hi Duncan,

Duncan Sands wrote:
> Hi Mathhieu,
>>Another argument is for because speedtouch modem use interface 1, the 
>>first probe will initialized all the data, then the bind will failed 
>>because it is interface 0 and everything is deinit.
> 
> 
> I'm not sure I understand you.  In any case, I don't see any problems that
> can't be easily solved.
That's just a performance issue : usbatm init data for nothing in the 
case of speedtouch :
probe interface0 -> usbatm2 init -> bind (interface == 0 -> failed) -> 
usbatm2 deinit -> probe interface1 -> usbatm2 init -> bind (ok) -> ....

Cheers,

Matthieu



More information about the Usbatm mailing list