Staging: comedi: add vmk80xx USB driver
commit3faad67335e16863b2a143a61eedb5ac055c74c6
authorManuel Gebele <forensixs@gmx.de>
Wed, 22 Apr 2009 17:28:18 +0000 (22 10:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:31 +0000 (19 11:00 -0700)
treedfdc29c434b17f49af6db683a93ef32c890ace2f
parent356cdbcb838ebcc234a43ec81621a39231fdcb7a
Staging: comedi: add vmk80xx USB driver

The k80xx module was completely revised again. The update contains the
following new main features:
- support for digital input
- support for digital output
- support for pulse counters
- support up to 16 boards (by the way, the windows driver and the k8055
  library (libk8055) has support for only 4 boards)

The driver can now manage all features what the board has to offer:
- analog input/output
- digital input/output
- pulse counters (read, reset, set debounce time)

I've also fixed some mistaken in the drivers source code/logic.

By testing all of the driver features i got no errors or something else.
The driver works fine....

From: Manuel Gebele <forensixs@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/vmk80xx.c [new file with mode: 0644]