From: Bernd Porr Date: Tue, 9 Nov 2004 23:20:30 +0000 (+0000) Subject: Commented out the USB ID for testing purposes and added the proper one for X-Git-Tag: r0_7_70~91 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=873bc6e260493d329eaf25dadf44ebebcb491f3a;p=comedi.git Commented out the USB ID for testing purposes and added the proper one for ITL/Univ of Stirling (product IDs 0x10 and 0x11). --- 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 */ };