GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
* Fri Sep 22 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.3.8-2
- Rebuilt for MSVSphere 9.3 beta
* Mon Jul 31 2023 Richard Hughes <richard@hughsie.com> 0.3.8-2
- Backport a patch to fix a rare multithreaded crash on device replug
- Resolves: rhbz#2227760
* Wed Oct 06 2021 Richard Hughes <richard@hughsie.com> 0.3.8-1
- New upstream version
- Add new API requested by fwupd
- Add the GUsbEndpoint methods to the docs
- Fix hotplug handling and signal emission during enumerate
- Do not double-reference USB devices
- Resolves: rhbz#1965885