From: Steinar H. Gunderson Date: Thu, 14 Jan 2016 17:45:24 +0000 (+0100) Subject: Tweak for the libusb patch before it was sent upstream. X-Git-Tag: 1.0.0~11 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=2e09ccc4b17c1bf5e39107eb9c209beba6908348 Tweak for the libusb patch before it was sent upstream. --- 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 ++++