libusb: Fix parsing of descriptors for multi-configuration devices
authorGeorgi Valkov <gvalkov@abv.bg>
Wed, 3 Feb 2021 07:41:54 +0000 (09:41 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Jun 2021 15:11:21 +0000 (17:11 +0200)
commite171d11f55e335416d2ee689604998698f517e00
treed819546b224670e7439d6c196d44b53569191d2a
parent3d62b5d5c66c47814fde74a5e50d3e0f9b1d6a84
libusb: Fix parsing of descriptors for multi-configuration devices

Prerequisite patch:
Correct a typo in the Changelog and clean up a stray file

Fix changes in libusb which introduced a regression:
Commit e2be556bd2 ("linux_usbfs: Parse config descriptors during device
initialization") introduced a regression for devices with multiple
configurations. The logic that verifies the reported length of the
configuration descriptors failed to count the length of the
configuration descriptor itself and would truncate the actual length by
9 bytes, leading to a parsing error for subsequent descriptors.

Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
(cherry picked from commit 4b37e3bc2b2a079c996b6d97b8d3dbbd4ba6eb62)
package/libs/libusb/Makefile
package/libs/libusb/patches/001-Correct-a-typo-in-the-Changelog-and-clean-up-a-stray.patch [new file with mode: 0644]
package/libs/libusb/patches/002-linux_usbfs-Fix-parsing-of-descriptors-for-multi-con.patch [new file with mode: 0644]