]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/usbcan.h
reference count for device opens added (helps while asynchronous remove
[lincan.git] / lincan / include / usbcan.h
index f29f9b8062bfcf14a47b15ca10e4134f98aff3c2..35136daac30a94b56c55c9224025b3493b5da5ec 100644 (file)
@@ -188,6 +188,7 @@ struct usbcan_devs {
        struct usbcan_usb **devs;
        int     count;
        struct candevice_t *candev;
        struct usbcan_usb **devs;
        int     count;
        struct candevice_t *candev;
+       struct usb_device *udev;
 };
 
 
 };