From 2e09ccc4b17c1bf5e39107eb9c209beba6908348 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 14 Jan 2016 18:45:24 +0100 Subject: [PATCH] Tweak for the libusb patch before it was sent upstream. --- .../libusb-add-support-for-persistent-device-memory.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/libusb-add-support-for-persistent-device-memory.diff b/patches/libusb-add-support-for-persistent-device-memory.diff index 1642493..b3e9f43 100644 --- a/patches/libusb-add-support-for-persistent-device-memory.diff +++ b/patches/libusb-add-support-for-persistent-device-memory.diff @@ -10,9 +10,9 @@ allocation in the kernel at program startup; memory allocation is otherwise done per-transfer, which can fail in a system where memory has become fragmented over time). -This mirrors new functionality going into Linux' USB stack (recently -reviewed and acked upstream); only Linux is supported as a backend -currently. +This mirrors new functionality going into Linux' USB stack (scheduled +for inclusion in mainline around 4.6); only Linux is supported as a +backend currently. --- libusb/core.c | 29 +++++++++++++++++++++++++++++ libusb/libusb-1.0.def | 4 ++++ -- 2.39.2