tags 567693 +patch
--

Hi.

According to http://libusb.sourceforge.net/doc/function.usbdetachkerneldrivernp.html
usb_detach_kernel_driver_np() is implemented on Linux only.

Please do an upload soon, it blocks removal of swfdec from testing
http://lists.debian.org/debian-release/2010/02/msg00285.html

Thanks

        Petr

--- tools/karma_helper.c
+++ tools/karma_helper.c
@@ -251,8 +251,10 @@

     handle = usb_open(device);

+#ifdef __linux__
     if (unbind)
         return usb_detach_kernel_driver_np(handle, 0);
+#endif

     if (usb_claim_interface(handle, 0) < 0)
     {




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to