Add a new comedi driver for the Advantech PCI-1724U originally submitted
by Frank Mori Hess with modifications by Ian Abbott.

v4 updates the call to comedi_pci_auto_config() due to the addition of a
context parameter.  It also fixes a compiler warning in
setup_subdevices().  It also uses specific MODULE_DESCRIPTION() and
MODULE_AUTHOR() calls instead of generic Comedi ones.

I retained the "Signed-off-by:" line from Frank Mori Hess for v3 as it
is the same apart from the fixes mentioned in the previous paragraph.

Here is the thread for v1 and v2:
<http://driverdev.linuxdriverproject.org/pipermail/devel/2013-February/035788.html>.
Here is the thread for v3 which squashed the 13 patches from v2 into a
single patch:
<http://driverdev.linuxdriverproject.org/pipermail/devel/2013-March/036106.html>.

 drivers/staging/comedi/Kconfig               |  10 +
 drivers/staging/comedi/drivers/Makefile      |   1 +
 drivers/staging/comedi/drivers/adv_pci1724.c | 421 +++++++++++++++++++++++++++
 3 files changed, 432 insertions(+)
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to