Hi,
Benoit Audouard wrote:
Le mardi 08 février 2005 à 19:46 +0100, Gilles Espinasse a écrit :
----- Original Message -----
From: "Benoit Audouard" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, February 08, 2005 6:34 PM
Subject: [Eagleusb-dev] what about releasing now ?
Hi,
I think that this 2.1.0rc1 version is stable to be released nearly "as-is"
(I will only add some CMVepFR04.txt file for Free Dégroupé & Cegetel ADSL
Max...)
To my knowledge, it is stable for POST but broken for ISDN
when --enable-cmvs is used.
yep, by default do not use CMVs as long as we have not DSPcode that work
with them in ISDN...
Even if you use the old options value for the CMV : driver default +
usrisdn.conf ?
not as long as eaglectrl cannot determine whether the line is POTS or ISDN
*before* trying to use CMV
That's part of my questions to Analog and Sagem.
Yes it could and does it : POTS or ISDN is different by Revision [1]
This is a problem as I can't support in the same time with and
without --enable-cmvs with the same precompilated driver.
What's the problem ?
I think actualy the driver use cmv only when eaglectl send it and can
still use option otherwise...
Matthieu
[1]
if ( (ud->bcdDevice & 0x80) == 0x80 )
{
dd->type = MODEM_ISDN;
}
else
{
dd->type = MODEM_POTS;
}