Staging: add comedi core
authorDavid Schleef <ds@schleef.org>
Wed, 5 Nov 2008 04:29:31 +0000 (20:29 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:16 +0000 (13:52 -0800)
commited9eccbe8970f6eedc1b978c157caf1251a896d4
tree07ac30d0a81af1f75f7ca40f32926d370d195107
parent535deaa35e534f096843d930a3ba11e36c75f0d5
Staging: add comedi core

This adds the Comedi core to the staging tree.
This is a data acquision infrastructure for Linux, providing a common
interface for these types of drivers.

Taken directly from the comedi git tree, with only minor tweaks
by Greg to get it to build properly within the kernel tree.

From: David Schleef <ds@schleef.org>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
21 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/comedi/Kconfig [new file with mode: 0644]
drivers/staging/comedi/Makefile [new file with mode: 0644]
drivers/staging/comedi/TODO [new file with mode: 0644]
drivers/staging/comedi/comedi.h [new file with mode: 0644]
drivers/staging/comedi/comedi_compat32.c [new file with mode: 0644]
drivers/staging/comedi/comedi_compat32.h [new file with mode: 0644]
drivers/staging/comedi/comedi_fops.c [new file with mode: 0644]
drivers/staging/comedi/comedi_fops.h [new file with mode: 0644]
drivers/staging/comedi/comedi_ksyms.c [new file with mode: 0644]
drivers/staging/comedi/comedi_rt.h [new file with mode: 0644]
drivers/staging/comedi/comedidev.h [new file with mode: 0644]
drivers/staging/comedi/comedilib.h [new file with mode: 0644]
drivers/staging/comedi/drivers.c [new file with mode: 0644]
drivers/staging/comedi/proc.c [new file with mode: 0644]
drivers/staging/comedi/range.c [new file with mode: 0644]
drivers/staging/comedi/rt.c [new file with mode: 0644]
drivers/staging/comedi/rt_pend_tq.c [new file with mode: 0644]
drivers/staging/comedi/rt_pend_tq.h [new file with mode: 0644]
drivers/staging/comedi/wrapper.h [new file with mode: 0644]