-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hidapi
updated
13 files
+6 −0 | .builds/archlinux.yml | |
+2 −0 | .gitignore | |
+7 −12 | HACKING.txt | |
+1 −0 | VERSION | |
+2 −9 | configure.ac | |
+2 −2 | dist/hidapi.podspec | |
+55 −3 | hidapi/hidapi.h | |
+17 −11 | hidtest/test.c | |
+31 −10 | libusb/hid.c | |
+345 −85 | linux/hid.c | |
+1 −1 | mac/Makefile-manual | |
+70 −24 | mac/hid.c | |
+77 −33 | windows/hid.c |