-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: update hid package with latest libusb/libhid changes #3
Commits on May 7, 2019
-
hid: replace wrong sys/poll.h include with poll.h (bearsh#18)
Fixes: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> Under musl.
Configuration menu - View commit details
-
Copy full SHA for 9e0a1cd - Browse repository at this point
Copy the full SHA 9e0a1cdView commit details
Commits on May 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for acd723f - Browse repository at this point
Copy the full SHA acd723fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a701b - Browse repository at this point
Copy the full SHA 12a701bView commit details
Commits on May 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6bbb8df - Browse repository at this point
Copy the full SHA 6bbb8dfView commit details
Commits on Jun 3, 2019
-
Add ability to perform a read with a specified timeout
Configuration menu - View commit details
-
Copy full SHA for 351c914 - Browse repository at this point
Copy the full SHA 351c914View commit details
Commits on Aug 6, 2019
-
hid: Support sending & retrieving feature reports (bearsh#13)
Some USB devices require sending a feature report before they will answer to read requests. Implement wrapper functions for the hidapi hid_send_feature_report and hid_get_feature_report functions to support doing so.
Configuration menu - View commit details
-
Copy full SHA for 9c14560 - Browse repository at this point
Copy the full SHA 9c14560View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18c20af - Browse repository at this point
Copy the full SHA 18c20afView commit details -
- libusb (https://github.com/libusb/libusb): da87201f7a5580db16565b1ecc7eefe0fcb5bb59 - hidapi (https://github.com/libusb/hidapi): 24a822c80f95ae1b46a7a3c16008858dc4d8aec8
Configuration menu - View commit details
-
Copy full SHA for a4ce084 - Browse repository at this point
Copy the full SHA a4ce084View commit details -
Configuration menu - View commit details
-
Copy full SHA for e89caf4 - Browse repository at this point
Copy the full SHA e89caf4View commit details -
add support for hidraw backend
this is enabled when building with '-tags hidraw'
Configuration menu - View commit details
-
Copy full SHA for dc8a3dd - Browse repository at this point
Copy the full SHA dc8a3ddView commit details
Commits on Apr 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 76e5636 - Browse repository at this point
Copy the full SHA 76e5636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f53c5e - Browse repository at this point
Copy the full SHA 4f53c5eView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 98710a4 - Browse repository at this point
Copy the full SHA 98710a4View commit details
Commits on May 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d951c3c - Browse repository at this point
Copy the full SHA d951c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb32fbb - Browse repository at this point
Copy the full SHA bb32fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a11c5d - Browse repository at this point
Copy the full SHA 0a11c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa45e88 - Browse repository at this point
Copy the full SHA aa45e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d68462 - Browse repository at this point
Copy the full SHA 5d68462View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e24c1 - Browse repository at this point
Copy the full SHA f8e24c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3144b - Browse repository at this point
Copy the full SHA 5c3144bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e69d7 - Browse repository at this point
Copy the full SHA 68e69d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297bfec - Browse repository at this point
Copy the full SHA 297bfecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc699d - Browse repository at this point
Copy the full SHA 7fc699dView commit details
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 05a2625 - Browse repository at this point
Copy the full SHA 05a2625View commit details
Commits on Nov 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 430522c - Browse repository at this point
Copy the full SHA 430522cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 329086f - Browse repository at this point
Copy the full SHA 329086fView commit details -
add 'os/events_posix.c' to file to be compiled, define -DPLATFORM_POS…
…IX for linux libusb added another file, PLATFORM_POSIX need to be defined
Configuration menu - View commit details
-
Copy full SHA for a45337a - Browse repository at this point
Copy the full SHA a45337aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3d4db - Browse repository at this point
Copy the full SHA bc3d4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for daf78ad - Browse repository at this point
Copy the full SHA daf78adView commit details -
Merge pull request #3 from bearsh/feature/libusb-c3deb6dd
Feature/libusb c3deb6dd
Configuration menu - View commit details
-
Copy full SHA for f5b2a87 - Browse repository at this point
Copy the full SHA f5b2a87View commit details -
Merge pull request #2 from bearsh/feature/hidapi-0.10.0
bump bundled hidapi to v0.10.0
Configuration menu - View commit details
-
Copy full SHA for bb86226 - Browse repository at this point
Copy the full SHA bb86226View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 36682a2 - Browse repository at this point
Copy the full SHA 36682a2View commit details -
linux: add a build tag to define NO_ICONV
this is usefull for embedded systems without iconv to still get product and manufacturer name
Configuration menu - View commit details
-
Copy full SHA for 596e24d - Browse repository at this point
Copy the full SHA 596e24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66881e7 - Browse repository at this point
Copy the full SHA 66881e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bb507 - Browse repository at this point
Copy the full SHA 92bb507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79becb7 - Browse repository at this point
Copy the full SHA 79becb7View commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 560d4ab - Browse repository at this point
Copy the full SHA 560d4abView commit details
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 000d0d8 - Browse repository at this point
Copy the full SHA 000d0d8View commit details
Commits on Dec 15, 2020
-
add workaround to enable proper vendoring of bundled c/h files
This enables a workaround for `go mod vendor` which won't vendor C files if there's no Go file in the same directory. See this issue for reference: golang/go#26366
Configuration menu - View commit details
-
Copy full SHA for a409409 - Browse repository at this point
Copy the full SHA a409409View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4b7e9 - Browse repository at this point
Copy the full SHA ee4b7e9View commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9b953ff - Browse repository at this point
Copy the full SHA 9b953ffView commit details
Commits on Dec 28, 2020
-
Re-establish original behaviour of Read() method
The original Read() method was a wrapper to C.hid_read. C.hid_read checks for the device blocking field to pass a timeout value to C.hid_read_timeout accordingly: if blocking is enabled, -1, else 0. The changed introduced in karalabe#22 and merged in this fork breaks that and incorrectly assumes that a 0 timeout means a blocking read. This commit allows to maintain the original use of Read() while also allowing a package user to make use of ReadTimeout(b, t) ReadTimeout() was previously missing from hid_disable.go
Configuration menu - View commit details
-
Copy full SHA for c986584 - Browse repository at this point
Copy the full SHA c986584View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c534f - Browse repository at this point
Copy the full SHA b5c534fView commit details -
Merge pull request #4 from ocraviotto/respect-blocking-for-hid-read
Re-establish original behaviour of Read() method
Configuration menu - View commit details
-
Copy full SHA for 860203b - Browse repository at this point
Copy the full SHA 860203bView commit details
Commits on Apr 6, 2021
-
feat: update hid package with latest libusb/libhid changes
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86e5f12 - Browse repository at this point
Copy the full SHA 86e5f12View commit details
Commits on Apr 12, 2021
-
feat: update hid package with latest libusb/libhid changes
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aafc26d - Browse repository at this point
Copy the full SHA aafc26dView commit details -
Merge pull request #1 from troian/rename-mod
feat: update hid package with latest libusb/libhid changes
Configuration menu - View commit details
-
Copy full SHA for 786366f - Browse repository at this point
Copy the full SHA 786366fView commit details
Commits on Dec 9, 2021
-
feat(hidapi): update to v0.11.0
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 672b6a7 - Browse repository at this point
Copy the full SHA 672b6a7View commit details -
fix(libusb): rid off deprecated constant usage on macos
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6f30845 - Browse repository at this point
Copy the full SHA 6f30845View commit details
Commits on Apr 15, 2022
-
feat: hidapi v0.11.2 & libusb v1.0.26
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 09608ff - Browse repository at this point
Copy the full SHA 09608ffView commit details
Commits on Oct 24, 2022
-
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f4a8cb1 - Browse repository at this point
Copy the full SHA f4a8cb1View commit details
Commits on Mar 21, 2023
-
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33b766a - Browse repository at this point
Copy the full SHA 33b766aView commit details -
fix: remove cp characters (#3)
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 79315b1 - Browse repository at this point
Copy the full SHA 79315b1View commit details -
Signed-off-by: Artur Troian <troian.ap@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0043368 - Browse repository at this point
Copy the full SHA 0043368View commit details