From: Bernd Porr Date: Sun, 27 Feb 2005 02:18:23 +0000 (+0000) Subject: Set the ring buffer length to 512kB for usbduxfast. This is needed X-Git-Tag: v0_8_0~124 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ed5c07df6655a933154ab417ce2609036e2a2b8;p=comedilib.git Set the ring buffer length to 512kB for usbduxfast. This is needed for graphical software like qtscope. Otherwise we get always buffer overflows. --- diff --git a/etc/hotplug/usb/usbduxfast/usbduxfast b/etc/hotplug/usb/usbduxfast/usbduxfast index 226161b..c5776bf 100755 --- a/etc/hotplug/usb/usbduxfast/usbduxfast +++ b/etc/hotplug/usb/usbduxfast/usbduxfast @@ -38,7 +38,7 @@ $COMEDI_CONFIG -r /dev/comedi0 # $COMEDI_CONFIG -r /dev/comedi1 # # connecting the comedi device comedi0 with the module usbdux -$COMEDI_CONFIG -i $USBDUX_FIRMWARE /dev/comedi0 usbduxfast +$COMEDI_CONFIG --read-buffer 512 -i $USBDUX_FIRMWARE /dev/comedi0 usbduxfast # $COMEDI_CONFIG /dev/comedi1 usbduxfast # #