-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to libusb branch of hidapi (#64)
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "hidapi"] | ||
path = hidapi | ||
url = https://github.com/signal11/hidapi.git | ||
url = https://github.com/libusb/hidapi.git |
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
Submodule hidapi
updated
8 files
+1 −1 | Makefile.am | |
+190 −165 | README.md | |
+11 −11 | configure.ac | |
+1,687 −835 | doxygen/Doxyfile | |
+31 −27 | hidapi/hidapi.h | |
+1 −1 | libusb/hid.c | |
+17 −6 | mac/hid.c | |
+23 −11 | 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ def hidapi_src(platform): | |
setup( | ||
name = 'hidapi', | ||
version = '0.7.99.post21', | ||
description = 'A Cython interface to the hidapi from https://github.com/signal11/hidapi', | ||
description = 'A Cython interface to the hidapi from https://github.com/libusb/hidapi', | ||
author = 'Gary Bishop', | ||
author_email = '[email protected]', | ||
maintainer = 'Pavol Rusnak', | ||
|