From d081a2a3b80dee5f36f387f4d02204de41ff8d20 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Tue, 4 Jan 2005 17:04:51 +0000 Subject: [PATCH] Minor changes. Tested with 2.6.10. --- comedi/drivers/usbdux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comedi/drivers/usbdux.c b/comedi/drivers/usbdux.c index 0d9f2132..43b7b452 100644 --- a/comedi/drivers/usbdux.c +++ b/comedi/drivers/usbdux.c @@ -25,7 +25,7 @@ Driver: usbdux.c Description: University of Stirling USB DAQ & INCITE Technology Limited Devices: [ITL] USB-DUX (usbdux.o) Author: Bernd Porr -Updated: 03 Jan 2005 +Updated: 04 Jan 2005 Status: Stable Configuration options: You have to upload firmware with the -i option. The @@ -82,10 +82,10 @@ sampling rate. If you sample two channels you get 4kHz and so on. // #define NOISY_DUX_DEBUGBUG // generates moderate amount of debug info -// #define CONFIG_COMEDI_DEBUG +#define CONFIG_COMEDI_DEBUG // uncomment this if you don't want to have debug infos from CVS versions -// #undef CONFIG_COMEDI_DEBUG +#undef CONFIG_COMEDI_DEBUG #include -- 2.26.2