From 3ed5c07df6655a933154ab417ce2609036e2a2b8 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Sun, 27 Feb 2005 02:18:23 +0000 Subject: [PATCH] Set the ring buffer length to 512kB for usbduxfast. This is needed for graphical software like qtscope. Otherwise we get always buffer overflows. --- etc/hotplug/usb/usbduxfast/usbduxfast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # # -- 2.26.2