summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface-private.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
|
* Replace libusb-1.0/libusb.h with libusb.hTing-Wei Lan2017-12-191-1/+1
| | | | | | | FreeBSD doesn't have the libusb-1.0 directory, and required include arguments should be provided by pkg-config. Signed-off-by: Richard Hughes <richard@hughsie.com>
* Add a thin glib wrapper around a libusb_interface_descriptorRichard Hughes2015-11-101-0/+34
Sometimes we do actually need to care about what interfaces a device exports.