Skip to content

Commit d1ecb14

Browse files
authored
README: inform about moving to libusb/hidapi
Updated link to GitHub. Added info about original author and a new repository.
1 parent fdae95d commit d1ecb14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# HIDAPI library for Windows, Linux, FreeBSD and Mac OS X
22

3+
HIDAPI library was originally developed by Alan Ott ([signal11](https://github.com/signal11)).
4+
5+
HIDAPI was moved to [libusb/hidapi](https://github.com/libusb/hidapi) on June 4th, 2019, in order to merge important bugfixes and continue development of the library.
6+
37
## About
48

59
HIDAPI is a multi-platform library which allows an application to interface
@@ -120,7 +124,7 @@ HIDAPI may be used by one of three licenses as outlined in LICENSE.txt.
120124
## Download
121125
HIDAPI can be downloaded from github
122126
```sh
123-
git clone git://github.com/signal11/hidapi.git
127+
git clone git://github.com/libusb/hidapi.git
124128
```
125129

126130
## Build Instructions

0 commit comments

Comments
 (0)