-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from RavuAlHemio/hid-report-descriptor
Add support for get_report_descriptor()
- Loading branch information
Showing
5 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
Submodule hidapi
updated
16 files
+36 −0 | .builds/alpine.yml | |
+35 −0 | .builds/archlinux.yml | |
+33 −0 | .builds/fedora-mingw.yml | |
+0 −226 | .github/workflows/builds.yml | |
+0 −58 | .github/workflows/docs.yaml | |
+0 −3 | .gitignore | |
+1 −1 | CMakeLists.txt | |
+250 −492 | doxygen/Doxyfile | |
+0 −13 | doxygen/main_page.md | |
+9 −11 | hidapi/hidapi.h | |
+1 −18 | hidtest/test.c | |
+3 −5 | libusb/hid.c | |
+2 −2 | linux/hid.c | |
+19 −98 | mac/hid.c | |
+1 −1 | src/CMakeLists.txt | |
+2 −15 | windows/hid.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters