Commit Graph

5 Commits

Author SHA1 Message Date
Chrisian Richter a8c8fb9d64 added the possibility to disable CRC-4 Multiframe mode, use double frame mode instead. Some PBX use double frame Mode instead of CRC-4. It is bit 23 in the protocol parameter for hfcmulti. Also extended the misdn-init script to handle this new parameter 2006-02-22 18:00:34 +00:00
Chrisian Richter 03e4ea51db added winbond card to misdn-init script 2006-02-21 11:01:59 +00:00
Chrisian Richter 9dd14368ee added preload module check, for hotplug distros 2006-02-10 21:43:41 +00:00
Chrisian Richter a00448dea6 don't have dsp debugging enabled by default 2006-02-10 18:54:36 +00:00
Chrisian Richter ce26b92218 * fixed minor debugging issue in dsp_cancel.c (too much output over serial
line creates Kernel Oops..)
* driver/isdn/hardware/mISDN/Makefile is now the 2.6 one (i don't know if mISDN
  works with 2.4 anymore ..)
* added misdn-init and README.misdn-init:
make install will install misdn-init in /etc/init.d/
This will load all the necessary drivers and pass useful options to them. It
is very easy to configure the Modes for a port now, just by editing:
/etc/misdn-init.conf now.

There are 6 Modes at the moment:
te_ptp,te_ptmp,te_capi_ptp,te_capi_ptmp,nt_ptp,nt_ptmp

Also the possible extra options like timing and hw-dtmf detection are now
easily settable without calculating the protocol/layermask anymore.

When its later possible to use the sysfs interface to set/change the port
parameters, this script can easily be adapted.
2005-12-16 12:02:20 +00:00