From 39a1812c1ef76b6a792f00087f1e507616bbbb25 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 6 Jul 2006 13:47:05 +0000 Subject: Tons of updates to the Astribank (xpp) driver: * xpd_fxo.ko (FXO span) is now operational * Remove obsolete .inc initialization files (we use user-space init) * Added an install target to the utils dir. * Updated README.Astribank accordingly. * Using RBS signalling, as caller ID did not work well otherwise. * Better handling of USB protocol errors. * Fixed some procfs-related races. * per-card-module ioctls. * fxotune support. * opermode support (set through /etc/default/zaptel for now) * Userspace initialization script can also read registers. * Power calibration works (and implemented in perl) * some fine-tuning to the regster initialization parameters. * Leds turn on before registration and turn off after it. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1204 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/card_fxs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xpp/card_fxs.h') diff --git a/xpp/card_fxs.h b/xpp/card_fxs.h index 5eaeb13..1d81810 100644 --- a/xpp/card_fxs.h +++ b/xpp/card_fxs.h @@ -52,10 +52,6 @@ DEF_RPACKET_DATA(FXS, SLIC_REPLY, /* Get status of a single SLIC (for debugging) xpp_line_t lines; slic_reply_t info; ); -DEF_RPACKET_DATA(FXS, SLIC_INIT, - xpp_line_t lines; - slic_data_t slic_data; - ); DEF_RPACKET_DATA(FXS, SLIC_WRITE, slic_cmd_t slic_cmd; ); -- cgit v1.2.3