Update to 4.18.9 and add patch to fix #1631148
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>f38
parent
be42f74bef
commit
a8eb4ac8b0
@ -1 +1 @@
|
||||
SHA512 (usbip-4.15.10.tar.xz) = dd072441a2b0d32963505f1407e8867cb8ac032cddd9989a15375060573af0a4a8fcdd8350a935a5c429094ac0146871ce46f214c3f1b41cf1ecdfcfd1773a5a
|
||||
SHA512 (usbip-4.18.9.tar.xz) = 722556e8dfd25822dfd1325c3b2053819751c997fb77515667f7ff3ec410d6229a42395ad745533aefa22a2df0cbc361fe608fe9dd082cedaeddba76f6fbc4d4
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -urb usbip-4.18.9a/libsrc/vhci_driver.c usbip-4.18.9b/libsrc/vhci_driver.c
|
||||
--- usbip-4.18.9a/libsrc/vhci_driver.c 2018-09-19 20:41:37.000000000 +0000
|
||||
+++ usbip-4.18.9b/libsrc/vhci_driver.c 2018-09-20 10:11:10.843791788 +0000
|
||||
@@ -150,7 +150,7 @@
|
||||
|
||||
static int vhci_hcd_filter(const struct dirent *dirent)
|
||||
{
|
||||
- return strcmp(dirent->d_name, "vhci_hcd") >= 0;
|
||||
+ return !strncmp(dirent->d_name, "vhci_hcd", 9);
|
||||
}
|
||||
|
||||
static int get_ncontrollers(void)
|
Loading…
Reference in new issue