Skip to content

Tags: peergum/hidapi

Tags

hidapi-0.11.2

Toggle hidapi-0.11.2's commit message
Fire v0.11.2

hidapi-0.11.1

Toggle hidapi-0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Parse USB interface number from device Hardware IDs (libusb#360)

Strickly speaking we cannot parse interface string at all and only allowed to parse Hardware ID string.

hidapi-0.11.0

Toggle hidapi-0.11.0's commit message
Add <root>/libusb to includes for in-tree build

Otherwise it is impossible to `#include <hidapi_libusb.h>`,
when HIDAPI is added directly as a subdirectory of a CMake project.

cmake-support-deprecated

Toggle cmake-support-deprecated's commit message
add "build dir" description

libusb_wrap_device-deprecated

Toggle libusb_wrap_device-deprecated's commit message
add libusb-specific hid_libusb_wrap_sys_device

Rationale: on Android one must use UsbManager, to access any
USB device. As a result, libraries like libusb can only use file descriptors
that are provided by UsbManager.
libusb has an API to use such file descriptors: hid_libusb_wrap_sys_device.
Having hid_libusb_wrap_sys_device currently is the only way to make hidapi
work on Android without root access and without custom Android builds.

Relevant info: https://github.com/libusb/libusb/pull/830/files

hidapi-0.10.1

Toggle hidapi-0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
hidraw/libusb: fix -Wall -Wextra -pedantic -Werror compilation (libus…

…b#214)

- minor code-style fixes;

hidapi-0.10.0

Toggle hidapi-0.10.0's commit message
Fire v0.10.0

hidapi-0.9.0

Toggle hidapi-0.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
configure.ac: release 0.9.0

Signed-off-by: Filip Kubicz <filip.kubicz@nordicsemi.no>

hidapi-0.9.0-rc1

Toggle hidapi-0.9.0-rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
windows: Fix undeclared variable name in register_error()

Signed-off-by: Kubicz, Filip <Filip.Kubicz@nordicsemi.no>

hidapi-0.8.0-rc1

Toggle hidapi-0.8.0-rc1's commit message
HIDAPI 0.8.0-rc1