]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
comedi: Humusoft MF634 and MF624 DAQ cards driver
authorRostislav Lisovy <lisovy@gmail.com>
Thu, 9 Jan 2014 22:46:46 +0000 (23:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2014 23:03:12 +0000 (15:03 -0800)
commit04b565021a83ae1940f1f9b801d3ce5b5fc8ee1e
treec40d00e579187ddbd277cab05f58b8f35c25c7a1
parent197ba5f406cc29000c70de98eb40d7243b9f9f03
comedi: Humusoft MF634 and MF624 DAQ cards driver

This patch adds Comedi driver for Humusoft MF634 (PCIe) and
MF624 (PCI) data acquisition cards. The legacy card Humusoft
MF614 is not supported. More info about the cards may be found
at http://humusoft.cz/produkty/datacq/
The driver was tested with both cards. Everything seems to work
properly. Just the basic functionality of the card (DIO, ADC, DAC)
is supported by this driver.

Signed-off-by: Rostislav Lisovy <lisovy@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig
drivers/staging/comedi/comedidev.h
drivers/staging/comedi/drivers/Makefile
drivers/staging/comedi/drivers/mf6x4.c [new file with mode: 0644]