linux/drivers/staging/comedi
H Hartley Sweeten 05fcdcede0 staging: comedi: addi_apci_2032: fix interrupt support
This board supports two interrupt sources:

VCC : detects when the external supply voltage drops below 5V
CC  : over temperature diagnostic

Currently the interrupt support is tied into the digital output
subdevice. It's also broken since it does not follow the comedi
API.

Create a new digital input subdevice to handle the interrupts.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-29 18:05:31 -08:00
..
drivers staging: comedi: addi_apci_2032: fix interrupt support 2012-11-29 18:05:31 -08:00
kcomedilib staging: comedi: remove unnecessary '#define __NO_VERSION__' 2012-11-27 09:16:38 -08:00
comedi_compat32.c staging: comedi: remove unnecessary '#define __NO_VERSION__' 2012-11-27 09:16:38 -08:00
comedi_compat32.h staging: comedi: shrink comedi_compat32.h 2012-06-20 12:57:43 -07:00
comedi_fops.c staging: comedi: remove unnecessary '#define __NO_VERSION__' 2012-11-27 09:16:38 -08:00
comedi_internal.h staging: comedi: remove comedi_fops.h 2012-06-20 12:56:55 -07:00
comedi.h staging: comedi: define operations for INSN_CONFIG_DIGITAL_TRIG 2012-11-14 16:25:08 -08:00
comedidev.h staging: comedi: use inlines for PCI/USB auto config 2012-11-14 16:25:48 -08:00
comedilib.h
drivers.c staging: comedi: remove unnecessary '#define __NO_VERSION__' 2012-11-27 09:16:38 -08:00
Kconfig staging: comedi: Kconfig: remove VIRT_TO_BUS depends on 2012-11-13 15:33:54 -08:00
Makefile Staging: comedi: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:52 -07:00
proc.c staging: comedi: remove unnecessary '#define __NO_VERSION__' 2012-11-27 09:16:38 -08:00
range.c staging: comedi: range: remove subdevice pointer math 2012-09-05 20:06:32 -07:00
TODO