https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277799
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- 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_ACCESS, 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 -- You are receiving this mail because: You are the assignee for the bug.
