summaryrefslogtreecommitdiff
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorBernd Porr <mail@berndporr.me.uk>2014-07-01 22:14:42 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-08 16:27:29 -0700
commit30c760c1e68b49e11a22ea0febe161e5eeb49530 (patch)
tree6ba7f207209cfb0d108e410b9a4a53059c0ec904 /Documentation/kernel-parameters.txt
parent0e02dcae1ce238a2afda25da8cfd829c540088bb (diff)
staging: comedi: usbduxsigma: fixing rounding error in the range struct
The AD converter on the usbsigma turns vref (2.5V/2) into the binary value 0x780000. However the full scale range goes up to 0x800000 so that vref/2 needs to be upscaled by 0x800000/0x780000 which is 1.06bar. In the driver it's been 1.06 without the infinite 6666. I've put the fraction in the code so that the compiler can calculate the most precise scaling value by itself. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
0 files changed, 0 insertions, 0 deletions