From 873bc6e260493d329eaf25dadf44ebebcb491f3a Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Tue, 9 Nov 2004 23:20:30 +0000 Subject: [PATCH] Commented out the USB ID for testing purposes and added the proper one for ITL/Univ of Stirling (product IDs 0x10 and 0x11). --- comedi/drivers/usbduxfast.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/comedi/drivers/usbduxfast.c b/comedi/drivers/usbduxfast.c index 2104312e..7aeb7ec8 100644 --- a/comedi/drivers/usbduxfast.c +++ b/comedi/drivers/usbduxfast.c @@ -1,4 +1,4 @@ -#define DRIVER_VERSION "v0.6" +#define DRIVER_VERSION "v0.7" #define DRIVER_AUTHOR "Bernd Porr, Bernd.Porr@f2s.com" #define DRIVER_DESC "USB-DUXfast -- Bernd.Porr@f2s.com" /* @@ -1719,9 +1719,11 @@ static void init_usb_devices(void) { // Table with the USB-devices: just now only testing IDs static struct usb_device_id usbduxfastsub_table [] = { - { USB_DEVICE(0x4b4, 0x8613), //testing + // { USB_DEVICE(0x4b4, 0x8613), //testing + // }, + { USB_DEVICE(0x13d8, 0x0010) //real ID }, - { USB_DEVICE(0x13d8, 0x0002) + { USB_DEVICE(0x13d8, 0x0011) //real ID }, { } /* Terminating entry */ }; -- 2.26.2