Commit Graph

23 Commits

Author SHA1 Message Date
Fritz Elfert e6d0e5ec96 Changes for compatibility to 2.0.X and 2.1.X kernels. 1996-10-22 23:14:19 +00:00
Fritz Elfert c71ee2fbf2 ATZ did not change the xmitbuf size. 1996-10-19 18:56:43 +00:00
Fritz Elfert 8b6d784bad Bugfix: Did not compile without CONFIG_ISDN_AUDIO 1996-06-24 17:40:28 +00:00
Fritz Elfert 4b7e802d3f Fixed isdn_tty_tint() to handle partially sent
sk_buffs.
1996-06-15 14:59:39 +00:00
Fritz Elfert e8e435d2d1 Bugfix: AT+VTX and AT+VRX could be executed without
having a connection.
        Missing check for NULL tty in isdn_tty_flush_buffer().
1996-06-12 15:53:56 +00:00
Thomas Bogendoerfer dc659c7a2c added missing #ifdef CONFIG_ISDN_AUDIO to make compiling without
audio support possible
1996-06-07 11:17:33 +00:00
Fritz Elfert 7a72f511ed Changed to support DTMF decoding on audio playback also.
Bugfix: Added check for invalid info->isdn_driver in
        isdn_tty_senddown().
Clear ncarrier flag on last close() of a tty.
1996-06-06 14:55:47 +00:00
Fritz Elfert fb51381786 Added DTMF decoder for audio mode. 1996-06-05 02:24:12 +00:00
Fritz Elfert 74b83d2333 Fixed typos. 1996-06-03 20:35:04 +00:00
Fritz Elfert 4c61bf8d79 Fixed typos.
Added call to write_wakeup via isdn_tty_flush_buffer()
in isdn_tty_modem_hup().
1996-06-03 20:12:19 +00:00
Fritz Elfert 53f7a8e4a2 Changed buffering due to bad performance with mgetty.
Now sk_buff is delayed allocated in isdn_tty_senddown
using xmit_buff like in standard serial driver.
Fixed module locking.
Added DLE-DC4 handling in voice mode.
1996-05-31 01:33:29 +00:00
Fritz Elfert 1470288aeb Bugfix: ATS returned error.
Register 20 made readonly.
1996-05-19 01:34:40 +00:00
Fritz Elfert e740479bfa Added spelling corrections and some minor changes
to stay in sync with kernel.
1996-05-18 01:37:19 +00:00
Fritz Elfert 06e584a88b Changed DLE handling for audio receive. 1996-05-17 03:52:31 +00:00
Fritz Elfert 170943e874 Changed queue management to use sk_buffs. 1996-05-11 21:52:34 +00:00
Fritz Elfert 51b796d53c Checkin before major changes of tty-code. 1996-05-10 08:49:43 +00:00
Fritz Elfert aa2c983944 Reorganized and general cleanup.
Bugfixes:
 - Audio-transmit working now.
 - "NO CARRIER" now reported, when hanging up with DTR low.
 - Corrected CTS handling.
1996-05-07 09:15:09 +00:00
Fritz Elfert 0747f66b83 Bugfixes:
- On dialout, layer-2 setup had been incomplete
   when using new auto-layer2 feature.
 - On hangup, "NO CARRIER" message sometimes missing.
1996-05-02 03:59:25 +00:00
Fritz Elfert 9de16ae81d Test commit 1996-04-30 21:05:27 +00:00
Fritz Elfert a774a7d4bd Changed all io to go through generic routines in isdn_common.c
Fixed a real ugly bug in modem-emulator: 'ATA' had been accepted
even when a call has been cancelled from the remote machine.
1996-04-20 16:39:54 +00:00
Fritz Elfert 93ce6aaf08 Bugfixes according to similar fixes in standard serial.c of kernel. 1996-02-11 02:12:32 +00:00
Fritz Elfert 00b38c52b3 replaced my_atoi by simple_strtoul 1996-01-22 05:12:25 +00:00
Fritz Elfert 58d1544fe6 Initial revision 1996-01-09 04:13:18 +00:00