]> git.pld-linux.org Git - packages/kernel-tools.git/blob - kernel-tools-usbip-nocommon.patch
c8399dfce4bbe187bad970cfffdd71a3ce1f65be
[packages/kernel-tools.git] / kernel-tools-usbip-nocommon.patch
1 It 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.062106 seconds and 2 git commands to generate.