summaryrefslogtreecommitdiff
path: root/gusb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add g_usb_device_get_parent()Richard Hughes2015-01-052-0/+23
* trivial: Add a header file to be able to use _cleanup_(free)Richard Hughes2015-01-052-0/+92
* Don't filter out hub devices when getting the device listRichard Hughes2014-12-311-5/+0
* device: pass the correct parameters to g_task_is_validIgnacio Casal Quinteiro2014-12-301-3/+3
* Pass CC to to the instrospection scannerIgnacio Casal Quinteiro2014-12-291-0/+1
* context: use g_object_notify_by_pspecIgnacio Casal Quinteiro2014-12-261-1/+1
* context: do not leak errorIgnacio Casal Quinteiro2014-12-261-0/+1
* device: use g_object_class_install_propertiesIgnacio Casal Quinteiro2014-12-261-19/+20
* context: use g_object_class_install_propertiesIgnacio Casal Quinteiro2014-12-261-11/+12
* context: use G_DEFINE_QUARKIgnacio Casal Quinteiro2014-12-261-16/+9
* device: use G_DEFINE_QUARKIgnacio Casal Quinteiro2014-12-261-16/+9
* context: minor optmization of the rescanIgnacio Casal Quinteiro2014-12-241-5/+5
* device: port to GTaskIgnacio Casal Quinteiro2014-12-241-161/+114
* context: use dispose since it makes more senseIgnacio Casal Quinteiro2014-12-241-11/+14
* context: properly notify the debug-level propertyIgnacio Casal Quinteiro2014-12-241-5/+11
* More cleanupIgnacio Casal Quinteiro2014-12-241-2/+2
* context: there is not need to use gotosIgnacio Casal Quinteiro2014-12-241-14/+20
* More small cleanupIgnacio Casal Quinteiro2014-12-241-10/+0
* Remove useless commentsIgnacio Casal Quinteiro2014-12-242-88/+20
* Add guards for public methodsIgnacio Casal Quinteiro2014-12-243-13/+67