Skip to content

Commit

Permalink
switch to libusb branch of hidapi (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous authored and prusnak committed Aug 10, 2019
1 parent 894df92 commit c7ff5c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cython-hidapi
Description
-----------

A Cython interface to `HIDAPI <https://github.com/signal11/hidapi>`_ library.
A Cython interface to `HIDAPI <https://github.com/libusb/hidapi>`_ library.

This has been tested with:

Expand Down
2 changes: 1 addition & 1 deletion hidapi
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c7ff5c6

Please sign in to comment.