staging: comedi: new driver usbduxsigma
This adds a new driver file usbduxsigma which is the driver for a new board by ITL. The driver has been tested and is working fine. Signed-off-by: Bernd Porr <berndporr@f2s.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d6aa8366dd
commit
dd89e20d7e
|
@ -1244,11 +1244,10 @@ config COMEDI_DT9812
|
||||||
called dt9812.
|
called dt9812.
|
||||||
|
|
||||||
config COMEDI_USBDUX
|
config COMEDI_USBDUX
|
||||||
tristate "ITL USBDUX support"
|
tristate "ITL USB-DUX-D support"
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
Enable support for the University of Stirling USB DAQ and INCITE
|
Enable support for the Incite Technology Ltd USB-DUX-D Board
|
||||||
Technology Limited driver
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the module will be
|
To compile this driver as a module, choose M here: the module will be
|
||||||
called usbdux.
|
called usbdux.
|
||||||
|
@ -1258,12 +1257,21 @@ config COMEDI_USBDUXFAST
|
||||||
select COMEDI_FC
|
select COMEDI_FC
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
Enable support for the University of Stirling USB-DUXfast and INCITE
|
Enable support for the Incite Technology Ltd USB-DUXfast Board
|
||||||
Technology Limited driver
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the module will be
|
To compile this driver as a module, choose M here: the module will be
|
||||||
called usbduxfast.
|
called usbduxfast.
|
||||||
|
|
||||||
|
config COMEDI_USBDUXSIGMA
|
||||||
|
tristate "ITL USB-DUXsigma support"
|
||||||
|
select COMEDI_FC
|
||||||
|
default N
|
||||||
|
---help---
|
||||||
|
Enable support for the Incite Technology Ltd USB-DUXsigma Board
|
||||||
|
|
||||||
|
To compile this driver as a module, choose M here: the module will be
|
||||||
|
called usbduxsigma.
|
||||||
|
|
||||||
config COMEDI_VMK80XX
|
config COMEDI_VMK80XX
|
||||||
tristate "Velleman VM110/VM140 USB Board support"
|
tristate "Velleman VM110/VM140 USB Board support"
|
||||||
default N
|
default N
|
||||||
|
|
|
@ -126,6 +126,7 @@ obj-$(CONFIG_COMEDI_QUATECH_DAQP_CS) += quatech_daqp_cs.o
|
||||||
obj-$(CONFIG_COMEDI_DT9812) += dt9812.o
|
obj-$(CONFIG_COMEDI_DT9812) += dt9812.o
|
||||||
obj-$(CONFIG_COMEDI_USBDUX) += usbdux.o
|
obj-$(CONFIG_COMEDI_USBDUX) += usbdux.o
|
||||||
obj-$(CONFIG_COMEDI_USBDUXFAST) += usbduxfast.o
|
obj-$(CONFIG_COMEDI_USBDUXFAST) += usbduxfast.o
|
||||||
|
obj-$(CONFIG_COMEDI_USBDUXSIGMA) += usbduxsigma.o
|
||||||
obj-$(CONFIG_COMEDI_VMK80XX) += vmk80xx.o
|
obj-$(CONFIG_COMEDI_VMK80XX) += vmk80xx.o
|
||||||
|
|
||||||
# Comedi NI drivers
|
# Comedi NI drivers
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue