--- eagle-usb-2.3.2/driver/eu_main.c.orig	2005-11-02 10:59:22.000000000 +0100
+++ eagle-usb-2.3.2/driver/eu_main.c	2005-11-02 11:00:51.000000000 +0100
@@ -363,11 +363,10 @@
     
     eu_enters (DBG_INIT);
     
-    eu_dbg (DBG_INIT,"vid (%#X) pid (%#X) \n",
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,11)
-             le16_to_cpu(usb->descriptor.idVendor), le16_to_cpu(usb->descriptor.idProduct));
+    eu_dbg (DBG_INIT,"vid (%#X) pid (%#X) \n",le16_to_cpu(usb->descriptor.idVendor), le16_to_cpu(usb->descriptor.idProduct));
 #else
-             usb->descriptor.idVendor, usb->descriptor.idProduct);
+    eu_dbg (DBG_INIT,"vid (%#X) pid (%#X) \n",usb->descriptor.idVendor, usb->descriptor.idProduct);
 #endif
 
     /*

