From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] libusb: Update to version 1.0.25 Date: Fri, 11 Feb 2022 10:19:02 +0100 Message-ID: <8e9e7522-79ea-c848-664c-4eff852b120b@ipfire.org> In-Reply-To: <20220209212916.2754129-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1148936254356070703==" List-Id: --===============1148936254356070703== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Everyone, Having submitted this patch I saw that there is a bug related to libusb=20 (#12667) I don't know if this will fix the bug or not, although it does=20 mention fixing a regression with some particular devices in the changelog. Anyway, feel free to either use or ignore and drop this patch as=20 appropriate to the bug activities. Regards, Adolf. On 09/02/2022 22:29, Adolf Belka wrote: > - Update from 1.0.24 to 1.0.25 > - Update of rootfile not required > - Changelog > 2022-01-31: v1.0.25 > * Linux: Fix regression with some particular devices > * Linux: Fix regression with libusb_handle_events_timeout_completed() > * Linux: Fix regression with cpu usage in libusb_bulk_transfer > * Darwin (macOS): Add support for detaching kernel drivers with autho= rization. > * Darwin (macOS): Do not drop partial data on timeout. > * Darwin (macOS): Silence pipe error in set_interface_alt_setting(). > * Windows: Fix HID backend missing byte > * Windows: Fix segfault with libusbk driver > * Windows: Fix regression when using libusb0 driver > * Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb > * New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option > * Various other bug fixes and improvements >=20 > Signed-off-by: Adolf Belka > --- > lfs/libusb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/libusb b/lfs/libusb > index 6af376943..ec633ee20 100644 > --- a/lfs/libusb > +++ b/lfs/libusb > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.0.24 > +VER =3D 1.0.25 > =20 > THISAPP =3D libusb-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 5bc27df16155302f308d409e73589872 > +$(DL_FILE)_MD5 =3D 4d8d9aa4656ec1e97eda5ef8d2071aaf > =20 > install : $(TARGET) > =20 --=20 Sent from my laptop --===============1148936254356070703==--