This patch adds UIO Driver for Humusoft MF624 DAQ PCI card. Somebody may ask why UIO driver, not a Comedi driver. The very original idea was to use the MF624 with UIO to teach students (at Czech Technical University in Prague, Faculty of Electrical Engineering) how to interact with hardware in C -- comfortably from user-space. Some computers at FEE, CTU are already equipped with these cards -- however for those students who would want to work at home/with their own computer there is also an implementation of the virtual MF624 for Qemu. Unfortunately it is still not in mainline, available from git: git://rtime.felk.cvut.cz/mf6xx.git
Rostislav Lisovy (1): drivers: uio: Add driver for Humusoft MF624 DAQ PCI card drivers/uio/Kconfig | 13 +++ drivers/uio/Makefile | 1 + drivers/uio/uio_mf624.c | 247 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 261 insertions(+) create mode 100644 drivers/uio/uio_mf624.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

