Skip to content

Switch to libusb branch of hidapi #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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