Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
4.7 KiB

  1. ; All US Robotics modems need &H2&I2 to set Xon/Xoff flow control
  2. ; NOTE: 4/21/95-JosephJ- USR modems don't transmit 0x11 or 0x13 if present
  3. ; in the NSF data (during AT+FTH=3). So we use &I1
  4. ; instead of &I2
  5. [SPORTSTER VI 14400]
  6. ; USR Sportsters 14.4 is broken
  7. SetupCommand=ATS7=60&D3&H2&I1
  8. EnableV17Send=0
  9. EnableV17Recv=0
  10. HighestSendSpeed=9600
  11. [Robotics]
  12. SetupCommand=ATS7=60&D3&H2&I1
  13. ; Gateway Telepath I modem is supposed to be USR and subject
  14. ; to same USR bug...
  15. [Gateway TelePath 1.5 000]
  16. EnableV17Recv=0
  17. EnableV17Send=0
  18. HighestSendSpeed=9600
  19. ; Specific firmware revisions of Hayes Optima 144 and Optima 96
  20. ; (and possibly other Hayes modems) strip 00s in the send data
  21. ; if flow control is set to AT&K4. Use AT&K3 instead.
  22. [04-00541]
  23. SetupCommand=ATS7=60&D3&K3
  24. [04-00504]
  25. SetupCommand=ATS7=60&D3&K3
  26. ; For Dynalink 1414VE (a Swedish modem), supports Class1 & Class2
  27. ; but is incompatible with EFAX in Class1 mode, so force into Class2 mode
  28. [CBS-04 SVE]
  29. FixModemClass=2
  30. ; The Bitblitz MX6 Class1 modem goes into BI-directional XON/XOFF after init,
  31. ; which freezes on T.30 frame data. AT&K3 enables UNI-directional XON/XOFF
  32. [Bit Blitzer MX-6 V.32bis Fax/Modem]
  33. SetupCommand=ATS7=60&D3&K3
  34. ; UK modem Cray Quantum 144 needs AT&K1 to switch on XON/XOFF flow control
  35. ; It's IDs are too short, so use multiple Ids strung together to identify
  36. [242;2579;;01/03/Z;562]
  37. SetupCommand=ATS7=60&D3&K1
  38. ; NOTE: Adtech Micro Perfect Fax/96 mistakenly matches Hidem (see below)
  39. ; so we have another entry here...
  40. ; INTEL matches Hidem (see below)
  41. ; Swedish modem: Hidem 2442/P needs AT\Q1 sent again at end of init
  42. ; NOTE: Adtech Micro Perfect Fax/96 mistakenly matches this!
  43. ; Also the Intel IN1401
  44. ; SO: disable for now!
  45. ;[EXAR;9648,2,E,290X]
  46. ;SetupCommand=ATS7=60&D3&K1\Q1
  47. ; Intel 14.4EX Modem's implem of Class1 is broken. Force it to Class2.
  48. ; also it advertises 12/14.4k but doesnt actually support it
  49. ;3/7/95 WAS: FixModemClass=2
  50. ; PreAnswerCommand=AT+FDCC=,3
  51. ; However we determined that this particular instance was broken.
  52. ; Another version works with class1, but can't receive 14.4.
  53. [INTEL 14400E/R2 V2.20]
  54. EnableV17Recv=0
  55. ; Zoom28.8 modem doesnt work in Class1 mode. Force to Class2.
  56. ; [V1.000c-VFCX Z201] -- too specific. We have a V1.000a-VFCX-32 with the same
  57. ; problem.
  58. ; However, 28800;007;;V1.000 is too general! -- matches another modem
  59. ; which works fine in class2.
  60. ; [28800;007;;V1.000]
  61. [28800;007;;V1.000c-VFCX Z201]
  62. FixModemClass=2
  63. [28800;007;;V1.000a-VFCX-32]
  64. FixModemClass=2
  65. ; Elsa Microlink 28.8oo modem 14.4 send is broken. Cap at 9600.
  66. [MicroLink 288oo]
  67. PreDialCommand=AT+FDCC=,3
  68. ; This Elsa Microlink modem implem of Class1 is broken. Force to Class2.
  69. [MICROLINK 2460TL]
  70. FixModemClass=2
  71. ; Racal modem uses AT&K1 for Xon/Xoff flow-control
  72. [ADC;SL144V32]
  73. SetupCommand=ATS7=60&D3&K1
  74. ; Racal modem doesnt take ATA, so use ATS0=1 to answer :-)
  75. [RACAL;MXF96/14 FAX]
  76. PreAnswerCommand=ATS0=1
  77. ; This modem does not support V17 recv but advertises it in the DIS and
  78. ; croaks when a sender tries to train it at 14.4
  79. [FM-144VBIS+/R1]
  80. PreAnswerCommand=AT+FDCC=,3
  81. ; DSI Scout Plus (DS1411) requires *F2 for flow control
  82. ; Elliot Bug#1215
  83. [961;3225/2931]
  84. SetupCommand=ATS7=60&D3*F2
  85. ;Digicom DF 14.4 Fax/Modem seems to require &K5 for flow control
  86. ; Elliot bog 2036
  87. [144;085;;FAX144C1 4314/3A15]
  88. SetupCommand=ATS7=60&D3&K5
  89. ; AST-bundled modems don't implement the AT+FBOR command and
  90. ; so sends us bit-reversed data. So we emulate +FBOR in software
  91. ; Elliot bug# 2907
  92. ;Class0Id (14400;000;;Copyright (c) 1994 SSC, V1.4Y6 - 09/28/94;
  93. ;PAR-16550 * INT-HYB * V32BIS * V42BIS * <josephj-break>
  94. ;DMA VOICE 2.3 * TIES * CID * V23 * CLASS2 FAX *;;DSP Version: V2.50;)
  95. ;Class2Id (+FMFR = SIERRA,V32BIS/F;+FMDL = SQ322X;+FREV = 3.04J,072894,SSC;)
  96. ; 5/5/95 JosephJ- used to be [SIERRA,V32BIS/F;+FMDL = SQ], but
  97. ; GetPrivateProfileString doesn't like the embedded '='!
  98. [SIERRA,V32BIS/F;+FMDL]
  99. Cl2SWBor=1
  100. ; AT&T Dataport express don't like an AT just before AT+FTH=3(to send DCN).
  101. ; We have on 4/11 eliminated this AT, but if we have to bring it back for
  102. ; some reason, this is the ID of that modem. (Elliot Bug#2907).
  103. ;[AT&T PARADYNE;ROCKWELL 144DPI;]
  104. ; 4/95:Boca 144E BO1101 CANNOT recv well as class1. Has problems with winfaxpro
  105. ; as well. Works fine as class2, so we force it to be that.
  106. ;Class0ModemID: 14400;007;;V1.31--AS29;14,400 bps;022;RC144DPL Rev CE;
  107. ;Class2ModemID: ROCKWELL ;RC32ACL ;V1.300-AS29;
  108. [022;RC144DPL Rev ]
  109. FixModemClass=2