Commented out the USB ID for testing purposes and added the proper one for
authorBernd Porr <Bernd.Porr@f2s.com>
Tue, 9 Nov 2004 23:20:30 +0000 (23:20 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Tue, 9 Nov 2004 23:20:30 +0000 (23:20 +0000)
ITL/Univ of Stirling (product IDs 0x10 and 0x11).

comedi/drivers/usbduxfast.c

index 2104312ead7e07e19f66edd6e3ee897512982f2d..7aeb7ec87f90dc325422fd0ccfee3d10d3f34145 100644 (file)
@@ -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 */
 };