Binary compatibility report for the libusb library between 0.1.12 and 0.9.0 versions on x86
Test Info
Library Name | libusb |
Version #1 | 0.1.12 |
Version #2 | 0.9.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 2 |
Total Symbols / Types | 72 / 2977 |
Verdict | Incompatible (100%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 48 |
Removed Symbols | High | 72 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 60 |
Other Changes in Constants | - | 11 |
Added Symbols (48)
libusb.h,
libusb-1.0.so.0.0.0
libusb_alloc_transfer ( int iso_packets )
libusb_bulk_transfer ( libusb_device_handle* dev_handle, unsigned char endpoint, unsigned char* data, int length, int* actual_length, unsigned int timeout )
libusb_cancel_transfer ( struct libusb_transfer* transfer )
libusb_claim_interface ( libusb_device_handle* dev, int iface )
libusb_clear_halt ( libusb_device_handle* dev, unsigned char endpoint )
libusb_close ( libusb_device_handle* dev_handle )
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 )
libusb_detach_kernel_driver ( libusb_device_handle* dev, int interface )
libusb_event_handler_active ( )
libusb_exit ( )
libusb_free_config_descriptor ( struct libusb_config_descriptor* config )
libusb_free_device_list ( libusb_device** list, int unref_devices )
libusb_free_transfer ( struct libusb_transfer* transfer )
libusb_get_active_config_descriptor ( libusb_device* dev, struct libusb_config_descriptor** config )
libusb_get_bus_number ( libusb_device* dev )
libusb_get_config_descriptor ( libusb_device* dev, uint8_t config_index, struct libusb_config_descriptor** config )
libusb_get_config_descriptor_by_value ( libusb_device* dev, uint8_t bConfigurationValue, struct libusb_config_descriptor** config )
libusb_get_device ( libusb_device_handle* dev_handle )
libusb_get_device_address ( libusb_device* dev )
libusb_get_device_descriptor ( libusb_device* dev, struct libusb_device_descriptor* desc )
libusb_get_device_list ( libusb_device*** list )
libusb_get_max_packet_size ( libusb_device* dev, unsigned char endpoint )
libusb_get_next_timeout ( struct timeval* tv )
libusb_get_pollfds ( )
libusb_get_string_descriptor_ascii ( libusb_device_handle* dev, uint8_t index, unsigned char* data, int length )
libusb_handle_events ( )
libusb_handle_events_locked ( struct timeval* tv )
libusb_handle_events_timeout ( struct timeval* tv )
libusb_init ( )
libusb_interrupt_transfer ( libusb_device_handle* dev_handle, unsigned char endpoint, unsigned char* data, int length, int* actual_length, unsigned int timeout )
libusb_kernel_driver_active ( libusb_device_handle* dev, int interface )
libusb_lock_event_waiters ( )
libusb_lock_events ( )
libusb_open ( libusb_device* dev, libusb_device_handle** handle )
libusb_open_device_with_vid_pid ( uint16_t vendor_id, uint16_t product_id )
libusb_ref_device ( libusb_device* dev )
libusb_release_interface ( libusb_device_handle* dev, int iface )
libusb_reset_device ( libusb_device_handle* dev )
libusb_set_configuration ( libusb_device_handle* dev, int configuration )
libusb_set_debug ( int level )
libusb_set_interface_alt_setting ( libusb_device_handle* dev, int interface_number, int alternate_setting )
libusb_set_pollfd_notifiers ( libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb )
libusb_submit_transfer ( struct libusb_transfer* transfer )
libusb_try_lock_events ( )
libusb_unlock_event_waiters ( )
libusb_unlock_events ( )
libusb_unref_device ( libusb_device* dev )
libusb_wait_for_event ( struct timeval* tv )
to the top
Removed Symbols (72)
usb.h,
libusb-0.1.so.4.4.4
usb_bulk_read ( usb_dev_handle* dev, int ep, char* bytes, int size, int timeout )
usb_bulk_write ( usb_dev_handle* dev, int ep, char* bytes, int size, int timeout )
usb_busses [data]
usb_claim_interface ( usb_dev_handle* dev, int interface )
usb_clear_halt ( usb_dev_handle* dev, unsigned int ep )
usb_close ( usb_dev_handle* dev )
usb_control_msg ( usb_dev_handle* dev, int requesttype, int request, int value, int index, char* bytes, int size, int timeout )
usb_detach_kernel_driver_np ( usb_dev_handle* dev, int interface )
usb_device ( usb_dev_handle* dev )
usb_find_busses ( )
usb_find_devices ( )
usb_get_busses ( )
usb_get_descriptor ( usb_dev_handle* udev, unsigned char type, unsigned char index, void* buf, int size )
usb_get_descriptor_by_endpoint ( usb_dev_handle* udev, int ep, unsigned char type, unsigned char index, void* buf, int size )
usb_get_driver_np ( usb_dev_handle* dev, int interface, char* name, unsigned int namelen )
usb_get_string ( usb_dev_handle* dev, int index, int langid, char* buf, size_t buflen )
usb_get_string_simple ( usb_dev_handle* dev, int index, char* buf, size_t buflen )
usb_init ( )
usb_interrupt_read ( usb_dev_handle* dev, int ep, char* bytes, int size, int timeout )
usb_interrupt_write ( usb_dev_handle* dev, int ep, char* bytes, int size, int timeout )
usb_open ( struct usb_device* dev )
usb_release_interface ( usb_dev_handle* dev, int interface )
usb_reset ( usb_dev_handle* dev )
usb_resetep ( usb_dev_handle* dev, unsigned int ep )
usb_set_altinterface ( usb_dev_handle* dev, int alternate )
usb_set_configuration ( usb_dev_handle* dev, int configuration )
usb_set_debug ( int level )
usb_strerror ( )
usbpp.h,
libusbpp-0.1.so.4.4.4
namespace USB
AltSetting::dumpDescriptor ( )
[symbol: _ZN3USB10AltSetting14dumpDescriptorEv]
AltSetting::firstEndpoint ( )
[symbol: _ZN3USB10AltSetting13firstEndpointEv]
AltSetting::lastEndpoint ( )
[symbol: _ZN3USB10AltSetting12lastEndpointEv]
AltSetting::nextEndpoint ( )
[symbol: _ZN3USB10AltSetting12nextEndpointEv]
AltSetting::numEndpoints ( )
[symbol: _ZN3USB10AltSetting12numEndpointsEv]
Bus::directoryName ( )
[symbol: _ZN3USB3Bus13directoryNameEv]
Busses::Busses [in-charge] ( )
[symbol: _ZN3USB6BussesC1Ev]
Busses::Busses [not-in-charge] ( )
[symbol: _ZN3USB6BussesC2Ev]
Busses::match ( u_int8_t Class )
[symbol: _ZN3USB6Busses5matchEh]
Busses::match ( DeviceIDList p1 )
[symbol: _ZN3USB6Busses5matchESt4listINS_8DeviceIDESaIS2_EE]
Busses::rescan ( )
[symbol: _ZN3USB6Busses6rescanEv]
Configuration::dumpDescriptor ( )
[symbol: _ZN3USB13Configuration14dumpDescriptorEv]
Configuration::firstInterface ( )
[symbol: _ZN3USB13Configuration14firstInterfaceEv]
Configuration::lastInterface ( )
[symbol: _ZN3USB13Configuration13lastInterfaceEv]
Configuration::nextInterface ( )
[symbol: _ZN3USB13Configuration13nextInterfaceEv]
Configuration::numInterfaces ( )
[symbol: _ZN3USB13Configuration13numInterfacesEv]
Device::controlTransfer ( u_int8_t requestType, u_int8_t request, u_int16_t value, u_int16_t index, u_int16_t length, unsigned char* payload, int timeout )
[symbol: _ZN3USB6Device15controlTransferEhhtttPhi]
Device::devClass ( )
[symbol: _ZN3USB6Device8devClassEv]
Device::devProtocol ( )
[symbol: _ZN3USB6Device11devProtocolEv]
Device::devSubClass ( )
[symbol: _ZN3USB6Device11devSubClassEv]
Device::fileName ( )
[symbol: _ZN3USB6Device8fileNameEv]
Device::firstConfiguration ( )
[symbol: _ZN3USB6Device18firstConfigurationEv]
Device::idProduct ( )
[symbol: _ZN3USB6Device9idProductEv]
Device::idRevision ( )
[symbol: _ZN3USB6Device10idRevisionEv]
Device::idVendor ( )
[symbol: _ZN3USB6Device8idVendorEv]
Device::lastConfiguration ( )
[symbol: _ZN3USB6Device17lastConfigurationEv]
Device::nextConfiguration ( )
[symbol: _ZN3USB6Device17nextConfigurationEv]
Device::numConfigurations ( )
[symbol: _ZN3USB6Device17numConfigurationsEv]
Device::Product ( )
[symbol: _ZN3USB6Device7ProductEv]
Device::SerialNumber ( )
[symbol: _ZN3USB6Device12SerialNumberEv]
Device::string ( std::string& buf, int index, u_int16_t lang )
[symbol: _ZN3USB6Device6stringERSsit]
Device::Vendor ( )
[symbol: _ZN3USB6Device6VendorEv]
Device::~Device [in-charge] ( )
[symbol: _ZN3USB6DeviceD1Ev]
Device::~Device [not-in-charge] ( )
[symbol: _ZN3USB6DeviceD2Ev]
DeviceID::DeviceID [in-charge] ( u_int16_t vendor, u_int16_t product )
[symbol: _ZN3USB8DeviceIDC1Ett]
DeviceID::DeviceID [not-in-charge] ( u_int16_t vendor, u_int16_t product )
[symbol: _ZN3USB8DeviceIDC2Ett]
DeviceID::product ( )
[symbol: _ZN3USB8DeviceID7productEv]
DeviceID::vendor ( )
[symbol: _ZN3USB8DeviceID6vendorEv]
Endpoint::dumpDescriptor ( )
[symbol: _ZN3USB8Endpoint14dumpDescriptorEv]
Interface::driverName ( std::string& driver )
[symbol: _ZN3USB9Interface10driverNameERSs]
Interface::firstAltSetting ( )
[symbol: _ZN3USB9Interface15firstAltSettingEv]
Interface::lastAltSetting ( )
[symbol: _ZN3USB9Interface14lastAltSettingEv]
Interface::nextAltSetting ( )
[symbol: _ZN3USB9Interface14nextAltSettingEv]
Interface::numAltSettings ( )
[symbol: _ZN3USB9Interface14numAltSettingsEv]
to the top
Problems with Constants, Low Severity (60)
usb.h
[+] LIBUSB_HAS_DETACH_KERNEL_DRIVER_NP
| Change | Effect |
---|
1 | The constant LIBUSB_HAS_DETACH_KERNEL_DRIVER_NP with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] LIBUSB_HAS_GET_DRIVER_NP
| Change | Effect |
---|
1 | The constant LIBUSB_HAS_GET_DRIVER_NP with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_AUDIO
| Change | Effect |
---|
1 | The constant USB_CLASS_AUDIO with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_COMM
| Change | Effect |
---|
1 | The constant USB_CLASS_COMM with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_DATA
| Change | Effect |
---|
1 | The constant USB_CLASS_DATA with value 10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_HID
| Change | Effect |
---|
1 | The constant USB_CLASS_HID with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_HUB
| Change | Effect |
---|
1 | The constant USB_CLASS_HUB with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_MASS_STORAGE
| Change | Effect |
---|
1 | The constant USB_CLASS_MASS_STORAGE with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_PER_INTERFACE
| Change | Effect |
---|
1 | The constant USB_CLASS_PER_INTERFACE with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_PRINTER
| Change | Effect |
---|
1 | The constant USB_CLASS_PRINTER with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_PTP
| Change | Effect |
---|
1 | The constant USB_CLASS_PTP with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_CLASS_VENDOR_SPEC
| Change | Effect |
---|
1 | The constant USB_CLASS_VENDOR_SPEC with value 0xff has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_CONFIG
| Change | Effect |
---|
1 | The constant USB_DT_CONFIG with value 0x02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_CONFIG_SIZE
| Change | Effect |
---|
1 | The constant USB_DT_CONFIG_SIZE with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_DEVICE
| Change | Effect |
---|
1 | The constant USB_DT_DEVICE with value 0x01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_DEVICE_SIZE
| Change | Effect |
---|
1 | The constant USB_DT_DEVICE_SIZE with value 18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_ENDPOINT
| Change | Effect |
---|
1 | The constant USB_DT_ENDPOINT with value 0x05 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_ENDPOINT_AUDIO_SIZE
| Change | Effect |
---|
1 | The constant USB_DT_ENDPOINT_AUDIO_SIZE with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_ENDPOINT_SIZE
| Change | Effect |
---|
1 | The constant USB_DT_ENDPOINT_SIZE with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_HID
| Change | Effect |
---|
1 | The constant USB_DT_HID with value 0x21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_HUB
| Change | Effect |
---|
1 | The constant USB_DT_HUB with value 0x29 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_HUB_NONVAR_SIZE
| Change | Effect |
---|
1 | The constant USB_DT_HUB_NONVAR_SIZE with value 7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_INTERFACE
| Change | Effect |
---|
1 | The constant USB_DT_INTERFACE with value 0x04 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_INTERFACE_SIZE
| Change | Effect |
---|
1 | The constant USB_DT_INTERFACE_SIZE with value 9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_PHYSICAL
| Change | Effect |
---|
1 | The constant USB_DT_PHYSICAL with value 0x23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_REPORT
| Change | Effect |
---|
1 | The constant USB_DT_REPORT with value 0x22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_DT_STRING
| Change | Effect |
---|
1 | The constant USB_DT_STRING with value 0x03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_ADDRESS_MASK
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_ADDRESS_MASK with value 0x0f has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_DIR_MASK
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_DIR_MASK with value 0x80 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_IN
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_IN with value 0x80 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_OUT
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_OUT with value 0x00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_TYPE_BULK
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_TYPE_BULK with value 2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_TYPE_CONTROL
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_TYPE_CONTROL with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_TYPE_INTERRUPT
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_TYPE_INTERRUPT with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_TYPE_ISOCHRONOUS
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_TYPE_ISOCHRONOUS with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ENDPOINT_TYPE_MASK
| Change | Effect |
---|
1 | The constant USB_ENDPOINT_TYPE_MASK with value 0x03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_ERROR_BEGIN
| Change | Effect |
---|
1 | The constant USB_ERROR_BEGIN with value 500000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_MAXALTSETTING
| Change | Effect |
---|
1 | The constant USB_MAXALTSETTING with value 128 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_MAXCONFIG
| Change | Effect |
---|
1 | The constant USB_MAXCONFIG with value 8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_MAXENDPOINTS
| Change | Effect |
---|
1 | The constant USB_MAXENDPOINTS with value 32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_MAXINTERFACES
| Change | Effect |
---|
1 | The constant USB_MAXINTERFACES with value 32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_RECIP_DEVICE
| Change | Effect |
---|
1 | The constant USB_RECIP_DEVICE with value 0x00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_RECIP_ENDPOINT
| Change | Effect |
---|
1 | The constant USB_RECIP_ENDPOINT with value 0x02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_RECIP_INTERFACE
| Change | Effect |
---|
1 | The constant USB_RECIP_INTERFACE with value 0x01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_RECIP_OTHER
| Change | Effect |
---|
1 | The constant USB_RECIP_OTHER with value 0x03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_CLEAR_FEATURE
| Change | Effect |
---|
1 | The constant USB_REQ_CLEAR_FEATURE with value 0x01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_GET_CONFIGURATION
| Change | Effect |
---|
1 | The constant USB_REQ_GET_CONFIGURATION with value 0x08 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_GET_DESCRIPTOR
| Change | Effect |
---|
1 | The constant USB_REQ_GET_DESCRIPTOR with value 0x06 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_GET_INTERFACE
| Change | Effect |
---|
1 | The constant USB_REQ_GET_INTERFACE with value 0x0A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_GET_STATUS
| Change | Effect |
---|
1 | The constant USB_REQ_GET_STATUS with value 0x00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_SET_ADDRESS
| Change | Effect |
---|
1 | The constant USB_REQ_SET_ADDRESS with value 0x05 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_SET_CONFIGURATION
| Change | Effect |
---|
1 | The constant USB_REQ_SET_CONFIGURATION with value 0x09 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_SET_DESCRIPTOR
| Change | Effect |
---|
1 | The constant USB_REQ_SET_DESCRIPTOR with value 0x07 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_SET_FEATURE
| Change | Effect |
---|
1 | The constant USB_REQ_SET_FEATURE with value 0x03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_SET_INTERFACE
| Change | Effect |
---|
1 | The constant USB_REQ_SET_INTERFACE with value 0x0B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_REQ_SYNCH_FRAME
| Change | Effect |
---|
1 | The constant USB_REQ_SYNCH_FRAME with value 0x0C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_TYPE_CLASS
| Change | Effect |
---|
1 | The constant USB_TYPE_CLASS with value (0x01 << 5) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_TYPE_RESERVED
| Change | Effect |
---|
1 | The constant USB_TYPE_RESERVED with value (0x03 << 5) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_TYPE_STANDARD
| Change | Effect |
---|
1 | The constant USB_TYPE_STANDARD with value (0x00 << 5) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] USB_TYPE_VENDOR
| Change | Effect |
---|
1 | The constant USB_TYPE_VENDOR with value (0x02 << 5) has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Constants (11)
libusb.h
[+] LIBUSB_DT_CONFIG_SIZE
| Change | Effect |
---|
1 | The constant LIBUSB_DT_CONFIG_SIZE with value 9 has been added. | No effect. |
[+] LIBUSB_DT_DEVICE_SIZE
| Change | Effect |
---|
1 | The constant LIBUSB_DT_DEVICE_SIZE with value 18 has been added. | No effect. |
[+] LIBUSB_DT_ENDPOINT_AUDIO_SIZE
| Change | Effect |
---|
1 | The constant LIBUSB_DT_ENDPOINT_AUDIO_SIZE with value 9 has been added. | No effect. |
[+] LIBUSB_DT_ENDPOINT_SIZE
| Change | Effect |
---|
1 | The constant LIBUSB_DT_ENDPOINT_SIZE with value 7 has been added. | No effect. |
[+] LIBUSB_DT_HUB_NONVAR_SIZE
| Change | Effect |
---|
1 | The constant LIBUSB_DT_HUB_NONVAR_SIZE with value 7 has been added. | No effect. |
[+] LIBUSB_DT_INTERFACE_SIZE
| Change | Effect |
---|
1 | The constant LIBUSB_DT_INTERFACE_SIZE with value 9 has been added. | No effect. |
[+] LIBUSB_ENDPOINT_ADDRESS_MASK
| Change | Effect |
---|
1 | The constant LIBUSB_ENDPOINT_ADDRESS_MASK with value 0x0f has been added. | No effect. |
[+] LIBUSB_ENDPOINT_DIR_MASK
| Change | Effect |
---|
1 | The constant LIBUSB_ENDPOINT_DIR_MASK with value 0x80 has been added. | No effect. |
[+] LIBUSB_ISO_SYNC_TYPE_MASK
| Change | Effect |
---|
1 | The constant LIBUSB_ISO_SYNC_TYPE_MASK with value 0x0C has been added. | No effect. |
[+] LIBUSB_ISO_USAGE_TYPE_MASK
| Change | Effect |
---|
1 | The constant LIBUSB_ISO_USAGE_TYPE_MASK with value 0x30 has been added. | No effect. |
[+] LIBUSB_TRANSFER_TYPE_MASK
| Change | Effect |
---|
1 | The constant LIBUSB_TRANSFER_TYPE_MASK with value 0x03 has been added. | No effect. |
to the top
Header Files (2)
usb.h
usbpp.h
to the top
Shared Libraries (2)
libusb-0.1.so.4.4.4
libusbpp-0.1.so.4.4.4
to the top