Edouard,

Pick whatever you consider suitable from my patch.  I was going to try and
incorporate your changes this evening, but now my changes are much smaller
than yours.

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;
}
  if (pusb_set_interface(fdusb,1,alternate_ep) < 0) {

and for Rev 0400 modems you need something like

if (!(revision == 4))
   test_sequence(fdusb);

Users with Rev 0400 modems and kernel mode drivers will have to try your
version to see how it works.

Smoothwall and IPCOP will have a problem with the extra -a parameter and
will probably settle for
a dos COPY /B ZZZLP1.eni /B + ZZZLP2.eni /B ZZZLboth.eni  /B to make one
firmware file (how many /Bs do I really need)

John



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

        

Reply via email to