X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=patches%2Flibusb-add-support-for-persistent-device-memory.diff;h=b3e9f434eec4fff37915e9ca1e3a39de25289569;hb=2e09ccc4b17c1bf5e39107eb9c209beba6908348;hp=164249376beb0dae7ec121e65b4e14fea1cf0f37;hpb=b2766e96ceadecdec2eafc85e2cec55c9fd27a34;p=nageru 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 ++++