Skip to content

Tags: cnsqqmapan/hidapi

Tags

hidapi-0.12.0

Toggle hidapi-0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.12.0 Release

hidapi-0.12.0-rc2

Toggle hidapi-0.12.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
windows: Add .rc (libusb#415)

- Add resource file for DLL;

hidapi-0.12.0-rc1

Toggle hidapi-0.12.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't use deprecated kIOMasterPortDefault (libusb#406)

`kIOMasterPortDefault` is deprecated since macOS 12.0.
One alternative is to use named constant `kIOMainPortDefault` which is not available before macOS 12.0.

Both named constants are just an alias for `NULL`, so it is simpler to use it directly instead.

Fixes: libusb#377

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