summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
Commit message (Collapse)AuthorAgeFilesLines
* Add API to change the hotplug poll intervalRichard Hughes2022-01-061-0/+7
|
* Add g_usb_device_get_string_descriptor_bytes_fullmasterRicardo CaƱuelo2021-09-301-0/+6
| | | | | | | Some devices won't answer to a request with a 128-byte data buffer, this allows the user to specify the size of the request data buffer. g_usb_device_get_string_descriptor_bytes still uses the default buffer size (128 bytes).
* Add g_usb_device_get_string_descriptor_bytes()Richard Hughes2021-01-271-0/+6
| | | | This is requried for the GD32VF103 device.
* Add a way to get iConfigurationBenson Leung2020-07-291-0/+6
| | | | | Adds a getter for a gusb_device to get the string index for the active configuration's description.
* generate-version-script: Don't skip methods on plain structsSimon McVittie2020-03-041-0/+1
| | | | | | | This resulted in losing g_usb_source_set_callback@LIBGUSB_0.1.0 from the ABI in version 0.3.4. Signed-off-by: Simon McVittie <smcv@debian.org>
* Validate the exported symbol list during checkRichard Hughes2020-02-201-12/+63
| | | | | This is the same script used by fwupd, and would have caught both recent issues with the exported symbol versions being incorrect.
* trivial: Add exported symbol g_usb_version_string in the right placeRichard Hughes2020-02-111-0/+1
| | | | Fixes the last point in https://github.com/hughsie/libgusb/issues/27
* trivial: add missing symbols to ver fileEmmanuel Pacaud2020-02-111-0/+4
|
* Add a thin glib wrapper around libusb_endpoint_descriptorEmmanuel Pacaud2020-01-201-0/+11
|
* Add g_usb_device_get_spec()Richard Hughes2019-11-151-0/+5
| | | | Sometimes we do care about the USB version number of the device.
* Add g_usb_context_set_flags()Richard Hughes2017-07-231-0/+6
| | | | This allows us to auto-open devices as they are hotplugged.
* Fixup VERSION scriptDominique Leuenberger2016-05-301-2/+2
| | | | Fix commit cfaab3e
* Fixup symbol version table up to version 0.2.9Dominique Leuenberger2016-05-251-0/+24
|
* Add g_usb_device_get_custom_index()Richard Hughes2015-04-291-0/+4
| | | | This allows us to get the string index for a given interface descriptor.
* use symbol versioningPass Automated Testing Suite2015-01-271-0/+36