Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgusb-devel | Distribution: SUSE Linux 16 |
Version: 0.4.9 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 160000.1.1 | Build date: Thu Jul 18 16:26:24 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 2636728 | Source RPM: libgusb-0.4.9-160000.1.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/hughsie/libgusb | |
Summary: Development files for libgusb, a GObject-based wrapper for libusb1 |
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.
LGPL-2.1-or-later
* Thu Jul 18 2024 dmueller@suse.com - update to 0.4.9: * Allow reading HID descriptors larger than 255 bytes * Close the libusb handle if returning open failure * Fix a buffer over-read when emulating devices * Only request the BOS descriptor when bcdUSB is new enough * Wed Feb 28 2024 dimstar@opensuse.org - Fix patch tag line. * Thu Feb 15 2024 mgorse@suse.com - Explicitly require python311-packaging if python 3.11 is being used. On SLE, python 3.6 is still the default, but 3.11 is used by meson. Drop python3-base from BuildRequires: it is not needed, since python will be pulled in by meson. * Tue Nov 07 2023 bjorn.lie@gmail.com - Update to version 0.4.8: + Add an device error code for 'busy'. * Sun Oct 15 2023 bjorn.lie@gmail.com - Update to version 0.4.7: + Add new API to get the HID descriptor data + Add calling convention to libusb callback functions - Changes from version 0.4.6: + Add JSON compatibility helpers for old json-glib versions + Fix emulation of devices using out-of-order BulkTransfer replies + Use project_source_root to fix building as a subproject - Changes from version 0.4.5: + Add new API to better detect emulated replug + Do not emit spurious ::device-removed events when emulating + Record zero-sized device events + Reset the in-order event index when clearing the event array + Save the libusb error if libusb_submit_transfer() fails - Changes from version 0.4.4: + Add new API to make emulation easier to use + Emit remove devices with matching tags when loading contexts + Fix a critical warning when finalizing devices without endpoints + Reduce the debugging level when emulating firmware - Changes from version 0.4.3: + Export g_usb_device_has_tag() + Work around a libusb issue which causes devices to appear twice - Add pkgconfig(gi-docgen) and pkgconfig(json-glib-1.0) BuildRequires: New dependencies. - Drop gtk-doc BuildRequires: No longer needed, nor used after the port upstream. - Pass tests=false to meson setup, do not build or install any tests at this time. - Use ldconfig_scriptlets macro for post(un) handling. * Fri Aug 05 2022 mcepl@suse.com - Add no-pkg-resources.patch: * Replaces pkg_resources with python-packaging * pkg_resources is provided by setuptools, but the previously transitive pull in of setuptools has been broken by gtk-doc --> python3-Pygments -/-> python3-setuptools * Mon May 09 2022 info@paolostivanin.com - Update to version 0.3.10: + New Features: - Add API to change the hotplug poll interval. * Wed Dec 22 2021 gmbr3@opensuse.org - Update to version 0.3.9: - Add g_usb_device_get_string_descriptor_bytes() - Do not double-reference USB devices - Fix hotplug handling and signal emission during enumerate - Add the GUsbEndpoint methods to the docs - Add g_usb_device_get_string_descriptor_bytes_full - Fix hotplug after threaded device removal - Don't hard-code the list of OS supporting --version-script * Fri Jan 08 2021 dimstar@opensuse.org - Add baselibs.conf: build libgusb2-32bit, which is a dependency to libfprint-2-2-32bit. Due to a installcheck bot issue, this happened to be undetected for a while though. * Mon Sep 14 2020 dmueller@suse.com - update to 0.3.5: - Add a way to get iConfiguration (Benson Leung) - Allow building GtkDoc when building as a subproject (Richard Hughes) - Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan) - Include methods on plain structs in the version script (Simon McVittie) - This fixes the symbol version for g_usb_version_string() to be in the right place, so update this library alongside with external programs if you've already started using this symbol for example in fwupd. We've put a mechanism in place so this kind of thing can't happen again. Sorry! - Validate the exported symbol list during check (Richard Hughes) - Include the USB bus in the generated platform_id (Richard Hughes) - Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud) - Fix high number of wakeups when checking the GUsbContext (Richard Hughes) - Use '#pragma once' to reduce boilerplate (Richard Hughes) - Wrap the upstream libusb_strerror() (Richard Hughes) - Do not use deprecated libusb API (Richard Hughes) - Fix compilation on macOS (Richard Hughes) - Use a 1ms timeout in the Windows event thread (Richard Hughes) - Use has_link_argument() to detect linker flags (Richard Hughes) - Add g_usb_device_get_spec() (Richard Hughes) - Add g_usb_version_string() for fwupd (Richard Hughes) - Add -Wswitch-enum (Benjamin Berg) - Fix GI length introspection annotations (grindhold) - Make gir generation optional (maxice8) * Thu Mar 08 2018 dimstar@opensuse.org - Update to version 0.3.0: + New Features: - Add Travis integration. - Allow changing the path to usb.ids file. - Port to the Meson build system. + Replace libusb-1.0/libusb.h with libusb.h. - Port to meson build system: + Add meson BuildRequires. + Replace configure/make/make_install with meson/meson_build/meson_install. - Add gtk-doc BuildRequires: the meson-based tarball no longer ships pre-built documentation. - Drop xz BuildRequires: this is implicit in all openSUSE buildroots. * Mon Mar 05 2018 jengelh@inai.de - Fix SRPM group. Update summaries. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Wed Sep 06 2017 dimstar@opensuse.org - Update to version 0.2.11: + New Features: Add g_usb_context_set_flags(). + Bugfix: Fix the actual required GLib version. * Tue Jun 13 2017 dimstar@opensuse.org - Update to version 0.2.10: + Correctly detect removed devices when rescanning. + Fix a memory leak when using control tranfers. + Fix gtk-doc build when builddir != srcdir. + Fix symbol version table up to version 0.2.9. * Thu Apr 14 2016 idonmez@suse.com - Update to GNOME 3.20 Fate#318572 * Wed Mar 23 2016 zaitor@opensuse.org - Update to version 0.2.9: + Add g_usb_context_wait_for_replug(). + Install gusbcmd as a debugging aid. * Thu Dec 10 2015 dimstar@opensuse.org - Update to version 0.2.8: + New Features: - Add a PERMISSION_DENIED error enum. - Add a thin glib wrapper around a libusb_interface_descriptor. - Add g_usb_device_get_interfaces(). - Add g_usb_device_get_release(). - Add g_usb_device_set_interface_alt(). + Bugfix: Ignore the not-found error when resetting a device. * Wed Sep 16 2015 dimstar@opensuse.org - Update to version 0.2.7: + Support g_autoptr() for all gusb object types. + Bugfixes: - Add missing element-type annotations. - Changes from version 0.2.6: + Bugfixes: - Do not unref the GMainContext after each request. * Thu Jun 18 2015 zaitor@opensuse.org - Update to version 0.2.5: + Add g_usb_device_get_custom_index(). + Allow setting the GMainContext when used for sync methods. + Include all the USB device class codes. + Use symbol versioning. * Sun Feb 22 2015 benoit.monin@gmx.fr - Update to version 0.2.4: + Various API extensions. + Bugfixes: - Don't filter out hub devices when getting the device list. - Make the platform ID persistent across re-plug. - Port to GTask. - Use new Glib features for various code cleanups. * Fri Dec 19 2014 kkaempf@suse.com - Update to version 0.2.3: + Bugfixes: Correctly terminate the libusb event thread. - Changes from version 0.2.2: + New Features: Official Windows support! + Bugfixes: - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE. - Use a thread to process libusb1 events. - Changes from version 0.2.1: + Bugfixes: - Always set a device platform ID. - Ignore 'unsupported' as a return value for kernel drivers. - Changes from version 0.2.0: + Notes: - This release raises the GLib requirement to 2.32 and libusb to 1.0.19. - No GUdev functionality is now required. + New Features: - Add g_usb_device_get_device_class(). - Use the native hotplug support in libusb 1.0.19. + Bugfixes: - Fix a crash where libusb_get_pollfds() is unavailable. - Manually coldplug devices and poll if hotplugging is not available. * Tue Mar 12 2013 dimstar@opensuse.org - Update to version 0.1.6: + Do not use deprecated GLib functionality. + Remove duplicate gtk-doc check in configure. + Unref the GMainloop after it has been run, not when just quit. - Changes from version 0.1.5: + Don't use the deprecated INCLUDES in Makefile.am. + Fix documentation build. + Fix obvious typo in README. * Tue Nov 13 2012 dimstar@opensuse.org - Update to version 0.1.4: + Add GObject Introspection support. + Add g_usb_device_reset() to reset a connected device. + Add Vala bindings. + Assorted introspection annotation fixes. + Rename inconsistently named gusb_* symbols to g_usb_*. - Add pkgconfig(gobject-introspection-1.0) and vala BuildRequires: New dependency for the GObject introspection support and the vala bindings. - Create new typelib-1_0-GUsb-1_0 subpackage. * Fri Jan 13 2012 vuntz@opensuse.org - Cleanup packaging so it can get pushed to Factory. * Mon Jan 02 2012 kkaempf@suse.com - Initial package, version 0.1.3
/usr/bin/gusbcmd /usr/include/gusb-1 /usr/include/gusb-1/gusb /usr/include/gusb-1/gusb.h /usr/include/gusb-1/gusb/gusb-bos-descriptor-private.h /usr/include/gusb-1/gusb/gusb-bos-descriptor.h /usr/include/gusb-1/gusb/gusb-context-private.h /usr/include/gusb-1/gusb/gusb-context.h /usr/include/gusb-1/gusb/gusb-device-event.h /usr/include/gusb-1/gusb/gusb-device-list.h /usr/include/gusb-1/gusb/gusb-device-private.h /usr/include/gusb-1/gusb/gusb-device.h /usr/include/gusb-1/gusb/gusb-endpoint-private.h /usr/include/gusb-1/gusb/gusb-endpoint.h /usr/include/gusb-1/gusb/gusb-interface-private.h /usr/include/gusb-1/gusb/gusb-interface.h /usr/include/gusb-1/gusb/gusb-source.h /usr/include/gusb-1/gusb/gusb-util.h /usr/include/gusb-1/gusb/gusb-version.h /usr/lib64/libgusb.so /usr/lib64/pkgconfig/gusb.pc /usr/share/doc/libgusb /usr/share/doc/libgusb/RedHatDisplay-Black.woff /usr/share/doc/libgusb/RedHatDisplay-Black.woff2 /usr/share/doc/libgusb/RedHatDisplay-BlackItalic.woff /usr/share/doc/libgusb/RedHatDisplay-BlackItalic.woff2 /usr/share/doc/libgusb/RedHatDisplay-Bold.woff /usr/share/doc/libgusb/RedHatDisplay-Bold.woff2 /usr/share/doc/libgusb/RedHatDisplay-BoldItalic.woff /usr/share/doc/libgusb/RedHatDisplay-BoldItalic.woff2 /usr/share/doc/libgusb/RedHatDisplay-Italic.woff /usr/share/doc/libgusb/RedHatDisplay-Italic.woff2 /usr/share/doc/libgusb/RedHatDisplay-Medium.woff /usr/share/doc/libgusb/RedHatDisplay-Medium.woff2 /usr/share/doc/libgusb/RedHatDisplay-MediumItalic.woff /usr/share/doc/libgusb/RedHatDisplay-MediumItalic.woff2 /usr/share/doc/libgusb/RedHatDisplay-Regular.woff /usr/share/doc/libgusb/RedHatDisplay-Regular.woff2 /usr/share/doc/libgusb/RedHatText-Bold.woff /usr/share/doc/libgusb/RedHatText-Bold.woff2 /usr/share/doc/libgusb/RedHatText-BoldItalic.woff /usr/share/doc/libgusb/RedHatText-BoldItalic.woff2 /usr/share/doc/libgusb/RedHatText-Italic.woff /usr/share/doc/libgusb/RedHatText-Italic.woff2 /usr/share/doc/libgusb/RedHatText-Medium.woff /usr/share/doc/libgusb/RedHatText-Medium.woff2 /usr/share/doc/libgusb/RedHatText-MediumItalic.woff /usr/share/doc/libgusb/RedHatText-MediumItalic.woff2 /usr/share/doc/libgusb/RedHatText-Regular.woff /usr/share/doc/libgusb/RedHatText-Regular.woff2 /usr/share/doc/libgusb/SourceCodePro-It.ttf.woff /usr/share/doc/libgusb/SourceCodePro-Regular.ttf.woff /usr/share/doc/libgusb/SourceCodePro-Semibold.ttf.woff /usr/share/doc/libgusb/class.BosDescriptor.html /usr/share/doc/libgusb/class.Context.html /usr/share/doc/libgusb/class.Device.html /usr/share/doc/libgusb/class.DeviceEvent.html /usr/share/doc/libgusb/class.DeviceList.html /usr/share/doc/libgusb/class.Endpoint.html /usr/share/doc/libgusb/class.Interface.html /usr/share/doc/libgusb/classes_hierarchy.html /usr/share/doc/libgusb/const.MAJOR_VERSION.html /usr/share/doc/libgusb/const.MICRO_VERSION.html /usr/share/doc/libgusb/const.MINOR_VERSION.html /usr/share/doc/libgusb/ctor.Context.new.html /usr/share/doc/libgusb/ctor.DeviceList.new.html /usr/share/doc/libgusb/enum.ContextError.html /usr/share/doc/libgusb/enum.DeviceClassCode.html /usr/share/doc/libgusb/enum.DeviceDirection.html /usr/share/doc/libgusb/enum.DeviceError.html /usr/share/doc/libgusb/enum.DeviceLangid.html /usr/share/doc/libgusb/enum.DeviceRecipient.html /usr/share/doc/libgusb/enum.DeviceRequestType.html /usr/share/doc/libgusb/error.SourceError.html /usr/share/doc/libgusb/flags.ContextFlags.html /usr/share/doc/libgusb/flags.DeviceClaimInterfaceFlags.html /usr/share/doc/libgusb/fonts.css /usr/share/doc/libgusb/func.CHECK_VERSION.html /usr/share/doc/libgusb/func.strerror.html /usr/share/doc/libgusb/func.version_string.html /usr/share/doc/libgusb/fzy.js /usr/share/doc/libgusb/go-up-symbolic.png /usr/share/doc/libgusb/index.html /usr/share/doc/libgusb/index.json /usr/share/doc/libgusb/libgusb.devhelp2 /usr/share/doc/libgusb/main.js /usr/share/doc/libgusb/method.BosDescriptor.get_capability.html /usr/share/doc/libgusb/method.BosDescriptor.get_extra.html /usr/share/doc/libgusb/method.Context.enumerate.html /usr/share/doc/libgusb/method.Context.find_by_bus_address.html /usr/share/doc/libgusb/method.Context.find_by_platform_id.html /usr/share/doc/libgusb/method.Context.find_by_vid_pid.html /usr/share/doc/libgusb/method.Context.get_devices.html /usr/share/doc/libgusb/method.Context.get_flags.html /usr/share/doc/libgusb/method.Context.get_hotplug_poll_interval.html /usr/share/doc/libgusb/method.Context.get_main_context.html /usr/share/doc/libgusb/method.Context.get_source.html /usr/share/doc/libgusb/method.Context.load.html /usr/share/doc/libgusb/method.Context.load_with_tag.html /usr/share/doc/libgusb/method.Context.save.html /usr/share/doc/libgusb/method.Context.save_with_tag.html /usr/share/doc/libgusb/method.Context.set_debug.html /usr/share/doc/libgusb/method.Context.set_flags.html /usr/share/doc/libgusb/method.Context.set_hotplug_poll_interval.html /usr/share/doc/libgusb/method.Context.set_main_context.html /usr/share/doc/libgusb/method.Context.wait_for_replug.html /usr/share/doc/libgusb/method.Device.add_tag.html /usr/share/doc/libgusb/method.Device.bulk_transfer.html /usr/share/doc/libgusb/method.Device.bulk_transfer_async.html /usr/share/doc/libgusb/method.Device.bulk_transfer_finish.html /usr/share/doc/libgusb/method.Device.claim_interface.html /usr/share/doc/libgusb/method.Device.clear_events.html /usr/share/doc/libgusb/method.Device.close.html /usr/share/doc/libgusb/method.Device.control_transfer.html /usr/share/doc/libgusb/method.Device.control_transfer_async.html /usr/share/doc/libgusb/method.Device.control_transfer_finish.html /usr/share/doc/libgusb/method.Device.get_address.html /usr/share/doc/libgusb/method.Device.get_bos_descriptor.html /usr/share/doc/libgusb/method.Device.get_bos_descriptors.html /usr/share/doc/libgusb/method.Device.get_bus.html /usr/share/doc/libgusb/method.Device.get_children.html /usr/share/doc/libgusb/method.Device.get_configuration.html /usr/share/doc/libgusb/method.Device.get_configuration_index.html /usr/share/doc/libgusb/method.Device.get_created.html /usr/share/doc/libgusb/method.Device.get_custom_index.html /usr/share/doc/libgusb/method.Device.get_device_class.html /usr/share/doc/libgusb/method.Device.get_device_protocol.html /usr/share/doc/libgusb/method.Device.get_device_subclass.html /usr/share/doc/libgusb/method.Device.get_events.html /usr/share/doc/libgusb/method.Device.get_hid_descriptor_default.html /usr/share/doc/libgusb/method.Device.get_hid_descriptors.html /usr/share/doc/libgusb/method.Device.get_interface.html /usr/share/doc/libgusb/method.Device.get_interfaces.html /usr/share/doc/libgusb/method.Device.get_manufacturer_index.html /usr/share/doc/libgusb/method.Device.get_parent.html /usr/share/doc/libgusb/method.Device.get_pid.html /usr/share/doc/libgusb/method.Device.get_pid_as_str.html /usr/share/doc/libgusb/method.Device.get_platform_id.html /usr/share/doc/libgusb/method.Device.get_port_number.html /usr/share/doc/libgusb/method.Device.get_product_index.html /usr/share/doc/libgusb/method.Device.get_release.html /usr/share/doc/libgusb/method.Device.get_serial_number_index.html /usr/share/doc/libgusb/method.Device.get_spec.html /usr/share/doc/libgusb/method.Device.get_string_descriptor.html /usr/share/doc/libgusb/method.Device.get_string_descriptor_bytes.html /usr/share/doc/libgusb/method.Device.get_string_descriptor_bytes_full.html /usr/share/doc/libgusb/method.Device.get_tags.html /usr/share/doc/libgusb/method.Device.get_vid.html /usr/share/doc/libgusb/method.Device.get_vid_as_str.html /usr/share/doc/libgusb/method.Device.has_tag.html /usr/share/doc/libgusb/method.Device.interrupt_transfer.html /usr/share/doc/libgusb/method.Device.interrupt_transfer_async.html /usr/share/doc/libgusb/method.Device.interrupt_transfer_finish.html /usr/share/doc/libgusb/method.Device.invalidate.html /usr/share/doc/libgusb/method.Device.is_emulated.html /usr/share/doc/libgusb/method.Device.open.html /usr/share/doc/libgusb/method.Device.release_interface.html /usr/share/doc/libgusb/method.Device.remove_tag.html /usr/share/doc/libgusb/method.Device.reset.html /usr/share/doc/libgusb/method.Device.set_configuration.html /usr/share/doc/libgusb/method.Device.set_interface_alt.html /usr/share/doc/libgusb/method.DeviceEvent.get_bytes.html /usr/share/doc/libgusb/method.DeviceEvent.get_id.html /usr/share/doc/libgusb/method.DeviceEvent.get_rc.html /usr/share/doc/libgusb/method.DeviceEvent.get_status.html /usr/share/doc/libgusb/method.DeviceEvent.set_bytes.html /usr/share/doc/libgusb/method.DeviceList.coldplug.html /usr/share/doc/libgusb/method.DeviceList.find_by_bus_address.html /usr/share/doc/libgusb/method.DeviceList.find_by_vid_pid.html /usr/share/doc/libgusb/method.DeviceList.get_devices.html /usr/share/doc/libgusb/method.Endpoint.get_address.html /usr/share/doc/libgusb/method.Endpoint.get_direction.html /usr/share/doc/libgusb/method.Endpoint.get_extra.html /usr/share/doc/libgusb/method.Endpoint.get_kind.html /usr/share/doc/libgusb/method.Endpoint.get_maximum_packet_size.html /usr/share/doc/libgusb/method.Endpoint.get_number.html /usr/share/doc/libgusb/method.Endpoint.get_polling_interval.html /usr/share/doc/libgusb/method.Endpoint.get_refresh.html /usr/share/doc/libgusb/method.Endpoint.get_synch_address.html /usr/share/doc/libgusb/method.Interface.get_alternate.html /usr/share/doc/libgusb/method.Interface.get_class.html /usr/share/doc/libgusb/method.Interface.get_endpoints.html /usr/share/doc/libgusb/method.Interface.get_extra.html /usr/share/doc/libgusb/method.Interface.get_index.html /usr/share/doc/libgusb/method.Interface.get_kind.html /usr/share/doc/libgusb/method.Interface.get_length.html /usr/share/doc/libgusb/method.Interface.get_number.html /usr/share/doc/libgusb/method.Interface.get_protocol.html /usr/share/doc/libgusb/method.Interface.get_subclass.html /usr/share/doc/libgusb/method.Source.set_callback.html /usr/share/doc/libgusb/property.Context.debug-level.html /usr/share/doc/libgusb/property.Context.libusb-context.html /usr/share/doc/libgusb/property.Device.context.html /usr/share/doc/libgusb/property.Device.libusb-device.html /usr/share/doc/libgusb/property.Device.platform-id.html /usr/share/doc/libgusb/property.DeviceList.context.html /usr/share/doc/libgusb/search.js /usr/share/doc/libgusb/signal.Context.device-added.html /usr/share/doc/libgusb/signal.Context.device-changed.html /usr/share/doc/libgusb/signal.Context.device-removed.html /usr/share/doc/libgusb/signal.DeviceList.device-added.html /usr/share/doc/libgusb/signal.DeviceList.device-removed.html /usr/share/doc/libgusb/solarized-dark.css /usr/share/doc/libgusb/solarized-light.css /usr/share/doc/libgusb/struct.Source.html /usr/share/doc/libgusb/style.css /usr/share/doc/libgusb/type_func.Context.error_quark.html /usr/share/doc/libgusb/type_func.Device.error_quark.html /usr/share/doc/libgusb/type_func.Source.error_quark.html /usr/share/doc/libgusb/urlmap_libgusb.js /usr/share/doc/libgusb/vfunc.Context.device_added.html /usr/share/doc/libgusb/vfunc.Context.device_changed.html /usr/share/doc/libgusb/vfunc.Context.device_removed.html /usr/share/doc/libgusb/vfunc.DeviceList.device_added.html /usr/share/doc/libgusb/vfunc.DeviceList.device_removed.html /usr/share/gir-1.0/GUsb-1.0.gir /usr/share/vala/vapi /usr/share/vala/vapi/gusb.deps /usr/share/vala/vapi/gusb.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 19:51:21 2025