summaryrefslogtreecommitdiff
path: root/gusb/gusb-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* Do not run the tests on FreeBSDRichard Hughes2021-05-211-0/+10
* trivial: Use spaces and tabs consistentlyRichard Hughes2020-01-211-4/+4
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-15/+1
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* trivial: Fix make checkRichard Hughes2015-05-261-1/+1
* Add g_usb_device_get_custom_index()Richard Hughes2015-04-291-0/+60
* Do not use the cleanup attribute in the unit testsIgnacio Casal Quinteiro2015-01-081-2/+2
* Revert "Use __attribute__(cleanup) in more places"Ignacio Casal Quinteiro2015-01-081-12/+28
* Use __attribute__(cleanup) in more placesRichard Hughes2015-01-061-28/+12
* context: Load usb.ids if requiredRichard Hughes2015-01-051-0/+22
* Put some consistency to method parametersIgnacio Casal Quinteiro2014-12-231-7/+8
* Use a thread to process libusb1 eventsRichard Hughes2014-11-251-81/+12
* Ensure that there is only one GUsbSource for each GUsbContextDebarshi Ray2011-09-081-4/+2
* g_usb_source_new won't return NULLDebarshi Ray2011-09-081-2/+1
* gusb-device: Add functions to get string descriptorsHans de Goede2011-09-061-0/+39
* gusb-device: drop g_usb_device_get_descriptorHans de Goede2011-09-061-14/+0
* gusb-device: Move setting config / claiming of interface to their own methodsHans de Goede2011-09-061-4/+32
* Use the slice allocator for fixed size structsDebarshi Ray2011-09-031-1/+1
* Allow the test program to complete when test hardware is not connectedRichard Hughes2011-08-291-3/+17
* Add g_usb_device_interrupt_transfer_async() to be able to do asyncronous tran...Richard Hughes2011-08-191-0/+169
* Add functionality to GUsbDevice to do sync bulk, control and interrupt transfersRichard Hughes2011-08-161-0/+99
* Add some more detailed error codes to GUsbDeviceRichard Hughes2011-08-161-0/+11
* Add an error parameter to g_usb_device_list_find_by_bus_address()Richard Hughes2011-08-111-3/+5
* Add the ability to get elements of the device descriptor from GUsbDeviceRichard Hughes2011-08-111-0/+45
* Add some self test code for GUsbDeviceListRichard Hughes2011-08-111-0/+60
* Rename libgusb to gusbHans de Goede2011-08-101-0/+81