OSDN Git Service

staging: comedi: add NI USB-6501 support
authorLuca Ellero <luca.ellero@brickedbrain.com>
Thu, 7 Aug 2014 07:10:25 +0000 (09:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:10 +0000 (12:23 -0700)
commita03bb00e50ab4c07107da58a52a0bff7943f360c
tree21836ef8587eedfbdbb4496096301075ab204dc0
parent9254c8412a4d8286007089f70050ff578f5995eb
staging: comedi: add NI USB-6501 support

Enable support for the National Instruments USB-6501 module.

The NI USB-6501 is a Full-Speed USB 2.0 (12 Mbit/s) device that
provides 24 digital I/O lines channels and one 32-bit counter.

This is a preliminary version:
GPIO: works
counter: doesn't work

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig
drivers/staging/comedi/drivers/Makefile
drivers/staging/comedi/drivers/ni_usb6501.c [new file with mode: 0644]