]> git.pld-linux.org Git - packages/dLAN.git/commitdiff
- new, by zbyniu
authorshadzik <shadzik@pld-linux.org>
Thu, 4 May 2006 01:44:38 +0000 (01:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dLAN-usbkill.patch -> 1.1

dLAN-usbkill.patch [new file with mode: 0644]

diff --git a/dLAN-usbkill.patch b/dLAN-usbkill.patch
new file mode 100644 (file)
index 0000000..c075aa2
--- /dev/null
@@ -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);
+   /*
This page took 0.168534 seconds and 4 git commands to generate.