]> git.pld-linux.org Git - packages/kernel-tools.git/blobdiff - kernel-tools-usbip-nocommon.patch
- updated to 5.9[.0]
[packages/kernel-tools.git] / kernel-tools-usbip-nocommon.patch
diff --git a/kernel-tools-usbip-nocommon.patch b/kernel-tools-usbip-nocommon.patch
deleted file mode 100644 (file)
index c8399df..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-It seems that vhci_driver should use its own udev_context instance, not the one from usbip_host_common.c
---- linux-5.7/tools/usb/usbip/libsrc/vhci_driver.c.orig        2020-06-01 01:49:15.000000000 +0200
-+++ linux-5.7/tools/usb/usbip/libsrc/vhci_driver.c     2020-06-21 16:02:34.325318086 +0200
-@@ -15,7 +15,7 @@
- #define PROGNAME "libusbip"
- struct usbip_vhci_driver *vhci_driver;
--struct udev *udev_context;
-+static struct udev *udev_context = NULL;
- static struct usbip_imported_device *
- imported_device_init(struct usbip_imported_device *idev, char *busid)
This page took 0.091856 seconds and 4 git commands to generate.