Date: Tue, 19 Mar 2024 16:01:14 +0000 From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 277799] libusb should be updated Message-ID: <bug-277799-19105-mB8o4Mv77O@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277799-19105@https.bugs.freebsd.org/bugzilla/> References: <bug-277799-19105@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277799 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- It looks like OpenOCD wants at least 1.0.16 so we can start with that. Comparing headers from 1.0.13 and 1.0.16 some highlights I see (additions unless otherwise noted): - enum libusb_descriptor_type - LIBUSB_DT_BOS, LIBUSB_DT_DEVICE_CAPABILITY, LIBUSB_DT_SS_ENDPOINT_COMPANION - some LIBUSB_DT_* #defines - structs libusb_ss_endpoint_companion_descriptor, libusb_bos_dev_capability_descriptor, libusb_bos_descriptor, libusb_usb_2_0_extension_descriptor, libusb_ss_usb_device_capability_descriptor, libusb_container_id_descriptor - enums libusb_supported_speed, libusb_usb_2_0_extension_attributes, libusb_ss_usb_device_capability_attributes, libusb_bos_type - enum libusb_capability - LIBUSB_CAP_HAS_HOTPLUG, LIBUSB_CAP_HAS_HID_ACCES= S, LIBUSB_CAP_SUPPORTS_DETACH_KERNEL_DRIVER functions libusb_setlocale, libusb_strerror, libusb_get_ss_endpoint_companion_descriptor, libusb_free_ss_endpoint_companion_descriptor, libusb_get_bos_descriptor, libusb_free_bos_descriptor, libusb_get_usb_2_0_extension_descriptor, libusb_free_usb_2_0_extension_descriptor, libusb_get_ss_usb_device_capability_descriptor, libusb_free_ss_usb_device_capability_descriptor, libusb_get_container_id_descriptor, libusb_free_container_id_descriptor, libusb_get_port_numbers, libusb_set_auto_detach_kernel_driver libusb_hotplug_* typedefs, enums, functions --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277799-19105-mB8o4Mv77O>