> All I need is that for Rev 0000 modems the code which in version 1.2 said
>
>   if (pusb_set_interface(fdusb, 1, 1) < 0) {
>
> is changed to something that works like this
>
>   if (revision == 0) {
>    alternate_ep = 2;
> } else {
>    alternate_ep =1;
> }

What are rev 0000 modems?  And why do they have a problem with
endpoint 1?

Thanks,

Duncan.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to