Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trivial: Use @self for instance data | Richard Hughes | 2022-09-04 | 1 | -10/+10 |
| | |||||
* | Reformat the code using clang-format | Richard Hughes | 2022-09-04 | 1 | -12/+22 |
| | | | | | This frees up mental energy when reviewing patches and is something I should have done a long time ago. | ||||
* | trivial: Remove some duplicate header includes | Richard Hughes | 2022-06-16 | 1 | -1/+0 |
| | |||||
* | Use '#pragma once' to reduce boilerplate | Richard Hughes | 2020-01-21 | 1 | -4/+1 |
| | |||||
* | trivial: Use SPDX-License-Identifier tags | Richard Hughes | 2020-01-21 | 1 | -14/+1 |
| | |||||
* | trivial: Fix the copyright statements for GUsbEndpoint | Richard Hughes | 2020-01-21 | 1 | -0/+1 |
| | |||||
* | Add a thin glib wrapper around libusb_endpoint_descriptor | Emmanuel Pacaud | 2020-01-20 | 1 | -0/+1 |
| | |||||
* | Convert GUsbInterface to user the G_DECLARE_FINAL_TYPE macro | Ignacio Casal Quinteiro | 2015-11-17 | 1 | -26/+2 |
| | |||||
* | Add a thin glib wrapper around a libusb_interface_descriptor | Richard Hughes | 2015-11-10 | 1 | -0/+68 |
Sometimes we do actually need to care about what interfaces a device exports. |