This commit is contained in:
Mike Trudeau
2026-02-13 20:37:01 +00:00
parent be04048edb
commit c3e0806873
12 changed files with 4341 additions and 0 deletions

View File

@@ -1,2 +1,16 @@
# hid
This is a local vendored package of [`karalabe/hid`](https://github.com/karalabe/hid) for use in our applications, stripped down to only what is needed to support our needs.
If you are looking for a good hid interface for go, please use the original.
## License
The components of `hid` are licensed as such:
* `hidapi` is released under the [3-clause BSD](https://github.com/signal11/hidapi/blob/master/LICENSE-bsd.txt) license.
* `go.hid` is released under the [2-clause BSD](https://github.com/GeertJohan/go.hid/blob/master/LICENSE) license.
* `karalabe/hid` is released under the [GNU LGPL 2.1 or later on Linux and 3-clause BSD on other platforms.](https://github.com/karalabe/hid/blob/master/LICENSE.md) license.
* `gowchar` is released under the [3-clause BSD](https://github.com/orofarne/gowchar/blob/master/LICENSE) license.
Given the above, `hid` is licensed under GNU LGPL 2.1 or later on Linux and 3-clause BSD on other platforms.