]> git.pld-linux.org Git - packages/kernel-tools.git/blame - kernel-tools-usbip-nocommon.patch
- release 2 (by relup.sh)
[packages/kernel-tools.git] / kernel-tools-usbip-nocommon.patch
CommitLineData
da263bb0
JB
1It seems that vhci_driver should use its own udev_context instance, not the one from usbip_host_common.c
2--- linux-5.7/tools/usb/usbip/libsrc/vhci_driver.c.orig 2020-06-01 01:49:15.000000000 +0200
3+++ linux-5.7/tools/usb/usbip/libsrc/vhci_driver.c 2020-06-21 16:02:34.325318086 +0200
4@@ -15,7 +15,7 @@
5 #define PROGNAME "libusbip"
6
7 struct usbip_vhci_driver *vhci_driver;
8-struct udev *udev_context;
9+static struct udev *udev_context = NULL;
10
11 static struct usbip_imported_device *
12 imported_device_init(struct usbip_imported_device *idev, char *busid)
This page took 0.077029 seconds and 4 git commands to generate.