libusb: Fix parsing of descriptors for multi-configuration devices
[openwrt/staging/mkresin.git] / package / libs / libusb / patches / 001-Correct-a-typo-in-the-Changelog-and-clean-up-a-stray.patch
1 From 369af149e3ad92514a2d24f112cedfeb7acaf558 Mon Sep 17 00:00:00 2001
2 From: Chris Dickens <christopher.a.dickens@gmail.com>
3 Date: Sun, 13 Dec 2020 15:46:27 -0800
4 Subject: [PATCH] Correct a typo in the Changelog and clean up a stray file
5
6 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
7 ---
8 ChangeLog | 2 +-
9 libusb/version_nano.h | 2 +-
10 test | 0
11 3 files changed, 2 insertions(+), 2 deletions(-)
12 delete mode 100644 test
13
14 --- a/ChangeLog
15 +++ b/ChangeLog
16 @@ -12,7 +12,7 @@ visit: http://log.libusb.info
17 * Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
18 * Linux: Drop support for kernel older than 2.6.32
19 * Linux: Provide an event thread name (#689)
20 -* Linux: Wait until all USBs have been reaped before freeing them (#607)
21 +* Linux: Wait until all URBs have been reaped before freeing them (#607)
22 * NetBSD: Recognize device timeouts (#710)
23 * OpenBSD: Allow opening ugen devices multiple times (#763)
24 * OpenBSD: Support libusb_get_port_number() (#764)
25 --- a/libusb/version_nano.h
26 +++ b/libusb/version_nano.h
27 @@ -1 +1 @@
28 -#define LIBUSB_NANO 11584
29 +#define LIBUSB_NANO 11585