summaryrefslogtreecommitdiff
path: root/gusb/gusb-interface.c
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Fix up typos spotted by codespellRichard Hughes2020-09-241-1/+1
|
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-14/+1
|
* trivial: Fix the copyright statements for GUsbEndpointRichard Hughes2020-01-211-0/+1
|
* Add a thin glib wrapper around libusb_endpoint_descriptorEmmanuel Pacaud2020-01-201-0/+25
|
* Convert GUsbInterface to user the G_DECLARE_FINAL_TYPE macroIgnacio Casal Quinteiro2015-11-171-23/+19
|
* Add a thin glib wrapper around a libusb_interface_descriptorRichard Hughes2015-11-101-0/+250
Sometimes we do actually need to care about what interfaces a device exports.