-
Notifications
You must be signed in to change notification settings - Fork 901
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
Please target new pull requests to libusb/hidapi #431
Comments
This was referenced Jun 8, 2019
This was referenced Jul 11, 2019
Link to original discussion: #373 - for those who curious enough. |
buildroot-auto-update
pushed a commit
to buildroot/buildroot
that referenced
this issue
Sep 27, 2019
- Switch site to github.com/libusb/hidapi to get latest version, see signal11/hidapi#431 - Add hash for license files Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Megamouse
pushed a commit
to RPCS3/hidapi
that referenced
this issue
Jan 6, 2023
- new API function: `struct hid_device_info * hid_get_device_info(hid_device *dev);` to get `hid_device_info` after the device already opened; - reused existing implementation on Windows and macOS from enumeration routines to have the implementation; - refactored libusb implementation to have a shared routine for `hid_enumerate` and `hid_get_device_info`; - refactored hidraw implementation to have a shared routine for `hid_enumerate` and `hid_get_device_info`; Resolves: signal11#431 Closes: signal11#164 Closes: signal11#163
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because this repository is no longer active, libusb organization now hosts a fork of hidapi, which is supposed to be a common point of fixing bugs and discussion.
You can direct new pull requests to
https://github.com/libusb/hidapi
The text was updated successfully, but these errors were encountered: