summaryrefslogtreecommitdiff
path: root/gusb/gusb-device-list.h
Commit message (Collapse)AuthorAgeFilesLines
* Use '#pragma once' to reduce boilerplateRichard Hughes2020-01-211-4/+1
|
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-14/+1
|
* trivial: Fix up two small issues with the last patchRichard Hughes2014-11-261-1/+1
|
* Use a thread to process libusb1 eventsRichard Hughes2014-11-251-3/+7
| | | | | | The libusb_set_pollfd_notifiers() function will only work on Linux and we can use a thread to do exactly the same thing in a cross platform way with a lot less code.
* Rename inconsistently named gusb_* symbols to g_usb_*Evan Nemerson2012-06-101-1/+1
| | | | Signed-off-by: Richard Hughes <richard@hughsie.com>
* Do not leak the GUdev API into the public API of GUsbRichard Hughes2011-10-101-5/+2
| | | | I'm aware this changes API, but it's the right thing to do.
* Add padding to GUsb*Class structsHans de Goede2011-09-071-0/+7
| | | | | | This allows us to later add signals without changing the ABI. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Prepare for a release in two weeks timeRichard Hughes2011-08-191-7/+7
|
* Add g_usb_device_list_find_by_vid_pid() as it's required in colordRichard Hughes2011-08-111-0/+5
|
* Add an error parameter to g_usb_device_list_find_by_bus_address()Richard Hughes2011-08-111-4/+4
|
* Add g_usb_device_list_get_devices() to get the complete device listRichard Hughes2011-08-111-0/+2
|
* Add GUsbDeviceListHans de Goede2011-08-101-0/+72