Commit Graph

107 Commits (next)

Author SHA1 Message Date
Shaun Ruffell 26fb7c34cb wctdm24xxp: Fix uninitialized variable warning.
5 years ago
Shaun Ruffell 6e5197fed4 Annotate switch-case fall through
5 years ago
Shaun Ruffell 4af6f69fff Remove unnecessary dahdi_pci_module macro.
5 years ago
Shaun Ruffell 02d30ab799 Remove support for kernels older than 2.6.27
5 years ago
Keith Morgan a66e88e666 Remove support for wctdm800, wcaex800, wctdm410, wcaex410.
6 years ago
Shaun Ruffell ff88ccb1cd signal_pending() is now in linux/sched/signal.h include
7 years ago
Shaun Ruffell 779d62791c Add #include <linux/slab.h> to all files that call kzalloc|kmalloc|kfree.
10 years ago
Shaun Ruffell 3933ffd350 wctdm24xxp: Reset module specific type information on probe.
11 years ago
Shaun Ruffell c0d52a04cb wctdm24xxp: Remove assigned callback.
11 years ago
Shaun Ruffell 244f621eb1 wctdm24xxp: Fix FXO failure to detect battery CO disconnects.
12 years ago
Shaun Ruffell 8bf0434896 wctdm24xxp: Eliminate chance for channel to be stuck in RED alarm.
12 years ago
Shaun Ruffell a6be603590 wctdm24xxp: Use framecount and not jiffies when looking for battery present.
12 years ago
Shaun Ruffell d349fe62fe wctdm24xxp: Set dahdi_span.spantype to SPANTYPE_ANALOG_MIXED.
12 years ago
Shaun Ruffell 84e70cdac5 wctdm24xxp: Only two polarity reversals are needed to validate RING on FXO ports.
12 years ago
Shaun Ruffell 579132bb89 convert span->spantype to enumerated type
13 years ago
Shaun Ruffell eab20e05cb Remove Makefiles that are only needed on kernels < 2.6.9
13 years ago
Shaun Ruffell 0cd7f34201 wctdm24xxp: Remove forward declaration of inline for GCC 3.4.4
13 years ago
Shaun Ruffell bf4919e46b Update Digium copyright on files changed since beginning of the year.
13 years ago
Shaun Ruffell 2c97dd21bd wcte12xp, wctdm24xxp: Add compile-time option to disable ASPM for PCIe devices.
13 years ago
Shaun Ruffell e07a70f403 wctdm24xxp: Shorten RINGOFF debounce interval from 512ms to 128ms.
13 years ago
Oron Peled fc1824fd3c Remove support for kernels < 2.6.18
13 years ago
Shaun Ruffell 6485e9b0ba wctdm24xxp: FXS on-hook transmission timer incorrect.
13 years ago
Shaun Ruffell b91ec305be wctdm24xxp: Fix bug if hook state on FXS changes before channel configuration.
13 years ago
Shaun Ruffell b43c7f02a0 wctdm24xxp: Do not call voicebus_release() before wctdm_back_out_gracefully()
13 years ago
Shaun Ruffell bc7c111d7e wctdm24xxp: Wait for background threads to complete on failed load.
13 years ago
Shaun Ruffell 8d23f878d4 dahdi: Remove dahdi_span.irq and move dahdi_span.irqmisses into dahdi_device.
13 years ago
Shaun Ruffell 935c9ba50a dahdi: Register devices instead of individual spans.
13 years ago
Shaun Ruffell fba8fd1a70 wctdm24xxp: Remove DEBOUNCING_RINGING_OFF from ring_detector_state enum.
13 years ago
Shaun Ruffell 534c7e7547 wctdm24xxp: Setup all VPMADT032 channels on hybrid cards.
13 years ago
Shaun Ruffell f02b476fee dahdi: Add functions for determining spantype (E1/T1) to include/dahdi/kernel.h
13 years ago
Shaun Ruffell 5afc62e856 wctdm24xxp: Set dahdi_span.devicetype string in one place.
13 years ago
Shaun Ruffell 6fcd923dee wctdm24xxp, wcte12xp: Advertise VPMOCT032 presence in dahdi_span.devicetype.
13 years ago
Shaun Ruffell 57f80508b5 wctdm24xxp: Remove fwringdetect module parameter.
13 years ago
Shaun Ruffell 17f0170829 wctdm24xxp: Use interval for debouncing FXO polarity detection.
13 years ago
Shaun Ruffell 874b76bd22 wctdm24xxp: Use interval for debouncing FXO battery.
13 years ago
Shaun Ruffell cea4b8bda3 wctdm24xxp: Use time interval for debouncing FXO ring detect.
13 years ago
Shaun Ruffell 60caca49f4 wctdm24xxp: Use interval for checking FXS on hook transfer timer.
13 years ago
Shaun Ruffell b5bacb94a7 wctdm24xxp: 'oppending_ms' shouldn't assume being checked at 1ms intervals.
13 years ago
Shaun Ruffell a2aba65e0c wctdm24xxp: Name the shadow registers for each modules.
13 years ago
Shaun Ruffell 32bb7d4c10 wctdm24xxp: Change intcount to framecount.
13 years ago
Shaun Ruffell fd3eb2da05 wctdm24xxp: Use fact that handle_transmit/receive are called in hard-irq
13 years ago
Shaun Ruffell 25cb4126c8 wctdm24xxp: Protect creation / destruction of VPM instance.
13 years ago
Shaun Ruffell 3d8629e864 wctdm24xxp: Reset the polarity debounce setting when battery is lost.
13 years ago
Shaun Ruffell 1d03f6f8a8 wctdm24xxp: Probe for and configure modules in parallel.
13 years ago
Shaun Ruffell cfafd3a7b7 wctdm24xxp: Introduce bg_create/bg_join.
13 years ago
Shaun Ruffell f74112b551 wctdm24xxp: Set 'fastoffhook' counter to 8ms and turn off calibration delay.
13 years ago
Shaun Ruffell ad4489c7f4 wctdm24xxp: Use our own free list for IRQ commands.
13 years ago
Shaun Ruffell d7fdb06033 wctdm24xxp: Fix typo in previous commit for fastpickup mode.
13 years ago
Shaun Ruffell f2c8359d2e wctdm24xxp: Add 'fastpick' module parameter.
13 years ago
Shaun Ruffell 59e277ef5a wctdm24xxp: Ensure battery drops on FXS hangups honor the channel otimer.
13 years ago