]> git.pld-linux.org Git - packages/dLAN.git/blob - dLAN-usbkill.patch
- up to version 3
[packages/dLAN.git] / dLAN-usbkill.patch
1 --- dLAN-linux-package-2.0/driver/devolo_usb.c.org      2006-05-04 03:25:59.245636000 +0200
2 +++ dLAN-linux-package-2.0/driver/devolo_usb.c  2006-05-04 03:31:50.131565000 +0200
3 @@ -201,11 +201,6 @@
4    devoloUSB_t * devolo = net->priv;
5    if (!devolo)
6      return;
7 -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
8 -  devolo->tx_urb->transfer_flags |= URB_ASYNC_UNLINK;
9 -#else
10 -  devolo->tx_urb->transfer_flags |= USB_ASYNC_UNLINK;
11 -#endif
12    usb_unlink_urb (devolo->tx_urb);
13  
14    /*
This page took 0.050785 seconds and 3 git commands to generate.