These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / comedi / drivers / cb_pcimdas.c
index 4ebf5aa..47e3839 100644 (file)
@@ -141,11 +141,13 @@ static const struct comedi_lrange cb_pcimdas_ai_uni_range = {
  * jumper-settable on the board. The settings are not software-readable.
  */
 static const struct comedi_lrange cb_pcimdas_ao_range = {
-       4, {
+       6, {
                BIP_RANGE(10),
                BIP_RANGE(5),
                UNI_RANGE(10),
-               UNI_RANGE(5)
+               UNI_RANGE(5),
+               RANGE_ext(-1, 1),
+               RANGE_ext(0, 1)
        }
 };