]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 142] adds prototype config for MT5634ZPX-PCI (Lucent Venus)
authorDarren Nickerson <darren.nickerson@ifax.com>
Mon, 4 Jun 2001 05:40:03 +0000 (05:40 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Mon, 4 Jun 2001 05:40:03 +0000 (05:40 +0000)
config/Makefile.in
config/lucent
config/lucent-mt-2 [new file with mode: 0644]
distrules
pkg/sproto.stub.in

index 13c555c275cd8f769bd92c472edb821b35366569..b63c22092714e1150ef1c76ca6c96f934088ab82 100644 (file)
@@ -61,6 +61,7 @@ CONFIGFILES=class1 \
        gvc-288-2 \
        intel-400e \
        lucent \
+       lucent-mt-2 \
        moto-288 \
        mt-1432 \
        nuvo-voyager \
index ad971f2b624d3987983854c16c02f8533edbbf55..b8cdc28e1509614f5c32509e968800e754bb12d1 100644 (file)
@@ -32,6 +32,9 @@
 #
 
 # CONFIG:CLASS1:LT V.90 Data+Fax Modem Version 5.78:.*:.*: Manufacturer=Lucent Model='LT Winmodem'
+# CONFIG:CLASS1:LT V.90 Data+Fax Modem Version 5.99:.*:.*: Manufacturer=Lucent Model='LT Winmodem'
+# CONFIG:CLASS1:LT V.90 1.0 MT5634ZPX-PCI Internal Data/Fax/Voice Modem Version 8.19b:.*:.*: Manufacturer=MultiTech Model=MT5634ZPX-PCI
+# CONFIG:CLASS1:LT V.90 1.0 MT5634ZPX-PCI Internal Data/Fax/Voice Modem Version 8.19c:.*:.*: Manufacturer=MultiTech Model=MT5634ZPX-PCI
 #
 # BEGIN-SERVER
 # END-SERVER
diff --git a/config/lucent-mt-2 b/config/lucent-mt-2
new file mode 100644 (file)
index 0000000..bd39793
--- /dev/null
@@ -0,0 +1,29 @@
+#
+# prototype config file for MultiTech MT5634ZPX-PCI (Lucent Venus)
+# Note that this file is named intentionally "lucent-mt-2"
+# to precede "mt-1432" and win the pick; the two files are
+# incompatible and conflict in CONFIG catch-strings.
+# Non-MT5634ZPX-PCI modems will pass this file by
+# because this CONFIG line is model-specific.
+#
+
+#
+# CONFIG: CLASS2:"Multi-Tech Systems"-"MT5634ZPX-PCI"-*
+#
+# BEGIN-SERVER
+# END-SERVER
+#
+
+ModemType:             Class2
+ModemRate:             38400
+ModemFlowControl:      rtscts
+ModemNoFlowCmd:                AT&K0
+ModemSoftFlowCmd:      AT&K4
+ModemHardFlowCmd:      AT&K3
+ModemRecvFillOrder:    MSB2LSB         # classic MultiTech
+
+Class2APQueryCmd:      none            # not available
+Class2BUGCmd:          none            # not available
+Class2NFLOCmd:         AT+FLO=0
+Class2SFLOCmd:         AT+FLO=1
+Class2HFLOCmd:         AT+FLO=2
index 763fe23a4c8119cec9f4c0a34e6e253c23c4462d..cba3e0dea367426e2fbe5f53b34c5d32dfdacde9 100644 (file)
--- a/distrules
+++ b/distrules
@@ -200,6 +200,7 @@ HYLAFAXSRC=\
        config/intel-400e                       \
        config/mt-1432                          \
        config/lucent                           \
+       config/lucent-mt-2                      \
        config/moto-288                         \
        config/nuvo-voyager                     \
        config/ppi-pm14400fxmt                  \
index 837a8032c6c97d35046666097146a7c25fb48c64..c437cee06837fedf90929f4702dd5736ef4372a7 100644 (file)
@@ -150,6 +150,7 @@ f none @SPOOL@/config/gvc-288=../@SRCDIR@/config/gvc-288 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/gvc-288-2=../@SRCDIR@/config/gvc-288-2 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/intel-400e=../@SRCDIR@/config/intel-400e 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/lucent=../@SRCDIR@/config/lucent 0444 @SYSUID@ @SYSGID@
+f none @SPOOL@/config/lucent-mt-2=../@SRCDIR@/config/lucent-mt-2 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/moto-288=../@SRCDIR@/config/moto-288 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/mt-1432=../@SRCDIR@/config/mt-1432 0444 @SYSUID@ @SYSGID@
 f none @SPOOL@/config/nuvo-voyager=../@SRCDIR@/config/nuvo-voyager 0444 @SYSUID@ @SYSGID@