]> git.zerfleddert.de Git - usb-driver/blobdiff - usb-driver.c
fix 64bit and add DEBUG shared object
[usb-driver] / usb-driver.c
index d7d4fa7291467f6b239934cf0df9b7c84d68fd60..5a5a1479d1afc66e8231a4be24b67234fcbf3ec0 100644 (file)
@@ -47,12 +47,11 @@ static int modules_read = 0;
 static struct usb_bus *busses = NULL;
 static struct usb_device *usbdevice;
 static usb_dev_handle *usb_devhandle = NULL;
-static uint32_t card_type;
+static unsigned long card_type;
 static int ints_enabled = 0;
 static pthread_mutex_t int_wait = PTHREAD_MUTEX_INITIALIZER;
 
 #define NO_WINDRVR 1
-/* #define DEBUG 1 */
 
 #ifdef DEBUG
 #define DPRINTF(format, args...) fprintf(stderr, format, ##args)
Impressum, Datenschutz