summaryrefslogtreecommitdiff
path: root/gusb
Commit message (Expand)AuthorAgeFilesLines
...
* Make gir generation optional.maxice82019-02-031-0/+2
* gusb/meson.build: pass -DGUSB_COMPILATION to gir compilermaxice82019-02-031-0/+1
* Add g_usb_version_string() for fwupdRichard Hughes2018-04-193-1/+47
* Remove the automake build systemRichard Hughes2017-12-192-144/+0
* trivial: Remove dead meson codeRichard Hughes2017-12-191-1/+0
* trivial: Fix two -Wswitch-default warningsRichard Hughes2017-12-192-0/+4
* Port to the Meson build systemRichard Hughes2017-12-191-0/+157
* Allow changing the path to usb.ids fileTing-Wei Lan2017-12-191-1/+1
* Replace libusb-1.0/libusb.h with libusb.hTing-Wei Lan2017-12-196-6/+6
* trivial: Be less vocal when using G_USB_CONTEXT_FLAGS_AUTO_OPEN_DEVICESRichard Hughes2017-07-242-7/+2
* Add g_usb_context_set_flags()Richard Hughes2017-07-235-15/+101
* Fix a memory leak when using g_usb_device_control_transfer_async()Richard Hughes2017-03-241-5/+6
* Correctly detect removed devices when using g_usb_context_rescan()Richard Hughes2017-03-241-3/+3
* Fixup VERSION scriptDominique Leuenberger2016-05-301-2/+2
* Fixup symbol version table up to version 0.2.9Dominique Leuenberger2016-05-251-0/+24
* trivial: Return the replugged device when using g_usb_context_get_devices()Richard Hughes2016-03-111-3/+8
* trivial: Use the defined main context when waiting for replugRichard Hughes2016-03-111-1/+1
* Add g_usb_context_wait_for_replug()Richard Hughes2016-03-102-2/+133
* trivial: Fix compile warning with GCC6Richard Hughes2016-03-101-1/+1
* Revert "Allow getting the GUsbContext from the GUsbDevice"Richard Hughes2015-11-251-4/+1
* Add a PERMISSION_DENIED error enumRichard Hughes2015-11-202-6/+14
* Convert GUsbInterface to user the G_DECLARE_FINAL_TYPE macroIgnacio Casal Quinteiro2015-11-173-50/+21
* trivial: Remove typo that meant we only returned one interfaceRichard Hughes2015-11-161-1/+0
* Ignore the not-found error when resetting a deviceRichard Hughes2015-11-121-0/+2
* Allow getting the GUsbContext from the GUsbDeviceRichard Hughes2015-11-101-1/+4
* Add g_usb_device_set_interface_alt()Richard Hughes2015-11-102-0/+36
* Add g_usb_device_get_interfaces()Richard Hughes2015-11-102-0/+118
* Add a thin glib wrapper around a libusb_interface_descriptorRichard Hughes2015-11-106-0/+357
* Add g_usb_device_get_release()Richard Hughes2015-11-102-2/+21
* Support g_autoptr() for all gusb object typesKalev Lember2015-09-143-0/+38
* Add missing element-type annotations.Robert Ancell2015-08-033-3/+3
* Do not unref the GMainContext after each requestRichard Hughes2015-06-081-3/+0
* trivial: Fix up style of new method to match the codebaseRichard Hughes2015-06-081-1/+6
* Allow setting the GMainContext when used for sync methodsRichard Hughes2015-05-263-3/+47
* trivial: Fix make checkRichard Hughes2015-05-261-1/+1
* Include all the USB device class codesRichard Hughes2015-05-052-2/+29
* Add g_usb_device_get_custom_index()Richard Hughes2015-04-295-0/+130
* use symbol versioningPass Automated Testing Suite2015-01-272-1/+37
* Do not use the cleanup attribute in the unit testsIgnacio Casal Quinteiro2015-01-081-2/+2
* device: move new methods with the rest of public onesIgnacio Casal Quinteiro2015-01-081-55/+59
* Remove the cleanup attributes from the rest of the codeIgnacio Casal Quinteiro2015-01-082-14/+42
* Revert "Use __attribute__(cleanup) in more places"Ignacio Casal Quinteiro2015-01-082-18/+41
* Revert "trivial: Add a header file to be able to use _cleanup_(free)"Ignacio Casal Quinteiro2015-01-082-92/+0
* Use __attribute__(cleanup) in more placesRichard Hughes2015-01-062-41/+18
* Add g_usb_device_get_children()Richard Hughes2015-01-052-0/+30
* Add g_usb_device_get_port_number()Richard Hughes2015-01-052-0/+18
* Add g_usb_context_find_by_platform_id()Richard Hughes2015-01-052-0/+49
* device: Add g_usb_device_get_vid_as_str()Richard Hughes2015-01-052-0/+42
* context: Load usb.ids if requiredRichard Hughes2015-01-054-2/+155
* Generate the platform ID in the device itselfRichard Hughes2015-01-053-27/+31