Binary compatibility report for the libusb library between 1.0.8 and 1.0.9 versions on x86

Test Info


Library Namelibusb
Version #11.0.8
Version #21.0.9
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types53 / 61
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low10
Problems with
Constants
Low0

Added Symbols (6)


libusb.h, libusb-1.0.so.0.1.0
libusb_error_name int errcode )
libusb_get_device_speed libusb_device* dev )
libusb_get_version ( )
libusb_handle_events_completed ( libusb_context* ctx, int* completed )
libusb_handle_events_timeout_completed ( libusb_context* ctx, struct timeval* tv, int* completed )
libusb_has_capability uint32_t capability )

to the top

Problems with Symbols, Low Severity (10)


libusb.h, libusb-1.0.so.0.0.0
[+] libusb_attach_kernel_driver ( libusb_device_handle* dev, int interface ) (1)
[+] libusb_claim_interface ( libusb_device_handle* dev, int iface ) (1)
[+] libusb_control_transfer ( libusb_device_handle* dev_handle, uint8_t request_type, uint8_t request, uint16_t value, uint16_t index, unsigned char* data, uint16_t length, unsigned int timeout ) (4)
[+] libusb_detach_kernel_driver ( libusb_device_handle* dev, int interface ) (1)
[+] libusb_get_string_descriptor_ascii ( libusb_device_handle* dev, uint8_t index, unsigned char* data, int length ) (1)
[+] libusb_kernel_driver_active ( libusb_device_handle* dev, int interface ) (1)
[+] libusb_release_interface ( libusb_device_handle* dev, int iface ) (1)

to the top

Header Files (1)


libusb.h

to the top

Shared Libraries (1)


libusb-1.0.so.0.0.0

to the top