linux/drivers/staging/comedi
H Hartley Sweeten 5e763f7bd9 staging: comedi: ni_labpc: remove *_ai_gain_bits tables
The bits needed to set the analog input gain can be simply calculated
based on the 'range'.

The LabPC versions of the board do not have the '0x10' gain that the
LabPC+ board supports. By incrementing the range appropriately the
correct gain bits can still be calculated.

This allows removing the two gain tables, as well as the export, along
with the 'ai_range_code' data in the boardinfo.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-16 16:03:44 -07:00
..
drivers staging: comedi: ni_labpc: remove *_ai_gain_bits tables 2013-05-16 16:03:44 -07:00
kcomedilib staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_buf.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_compat32.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_compat32.h staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_fops.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_internal.h staging: comedi: change comedi_alloc_board_minor() to return pointer 2013-04-05 14:33:17 -07:00
comedi_pci.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_pcmcia.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi_usb.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedi.h staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedidev.h staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
comedilib.h staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
drivers.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
Kconfig staging: comedi: ni_labpc: split out PCI support 2013-04-23 10:36:27 -07:00
Makefile staging: comedi: conditionally build in PCMCIA driver support 2013-01-31 10:38:10 +01:00
proc.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
range.c staging: comedi: remove FSF address from boilerplate text 2013-05-13 17:34:22 -04:00
TODO