SOURCES: dLAN-usbkill.patch (NEW) - new, by zbyniu

shadzik shadzik at pld-linux.org
Thu May 4 03:44:43 CEST 2006


Author: shadzik                      Date: Thu May  4 01:44:43 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new, by zbyniu

---- Files affected:
SOURCES:
   dLAN-usbkill.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dLAN-usbkill.patch
diff -u /dev/null SOURCES/dLAN-usbkill.patch:1.1
--- /dev/null	Thu May  4 03:44:43 2006
+++ SOURCES/dLAN-usbkill.patch	Thu May  4 03:44:38 2006
@@ -0,0 +1,14 @@
+--- dLAN-linux-package-2.0/driver/devolo_usb.c.org	2006-05-04 03:25:59.245636000 +0200
++++ dLAN-linux-package-2.0/driver/devolo_usb.c	2006-05-04 03:31:50.131565000 +0200
+@@ -201,11 +201,6 @@
+   devoloUSB_t * devolo = net->priv;
+   if (!devolo)
+     return;
+-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+-  devolo->tx_urb->transfer_flags |= URB_ASYNC_UNLINK;
+-#else
+-  devolo->tx_urb->transfer_flags |= USB_ASYNC_UNLINK;
+-#endif
+   usb_unlink_urb (devolo->tx_urb);
+ 
+   /*
================================================================


More information about the pld-cvs-commit mailing list