summaryrefslogtreecommitdiff
path: root/gusb/gusb-device-private.h
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Use spaces and tabs consistentlyRichard Hughes2020-01-211-1/+1
|
* Use '#pragma once' to reduce boilerplateRichard Hughes2020-01-211-4/+1
|
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-14/+1
|
* Add g_usb_context_set_flags()Richard Hughes2017-07-231-0/+2
| | | | This allows us to auto-open devices as they are hotplugged.
* Generate the platform ID in the device itselfRichard Hughes2015-01-051-1/+0
| | | | It's just cleaner this way.
* device: make it implement initableIgnacio Casal Quinteiro2014-12-231-1/+2
|
* Use the native hotplug support in libusb 1.0.19Richard Hughes2014-11-191-2/+1
|
* Add g_usb_device_get_platform_id which returns the sysfs path on LinuxRichard Hughes2011-10-101-1/+3
|
* Set the GUsbContext for instal use in GUsbDeviceRichard Hughes2011-08-181-1/+2
|
* gusb-*.h: Add missing / fixup includesHans de Goede2011-08-101-1/+1
|
* Rename libgusb to gusbHans de Goede2011-08-101-0/+34
So that we can include our headers from other headers in the form of: include <gusb/gusb-foo.h> And still have a working local build.