Skip to content

hidapi-0.13.0

Compare
Choose a tag to compare
@Youw Youw released this 05 Jan 15:06
· 73 commits to master since this release
c3a6150
  • general: add hid_get_device_info (#432);
  • general: Meson build script (as a wrapper over CMake) (#410);
  • general: add HID Bus Type in hid_device_info (#308);
  • libusb: primary usage_page/usage is now available with hid_get_device_info regardless of the compilation flags;
  • hidraw: Open files with O_CLOEXEC to not leak fds to child processes (#446);
  • hidraw: add support for HID over SPI (#486);
  • macOS: implement hid_error (#314);
  • cmake: libusb: Ensure Iconv is found when provided via CFLAGS/LDFLAGS (#430);

Other various improvements.


Released hidapi-win.zip includes pre-compiled:

  • hidapi.dll
  • hidapi.lib

For x86 and x64 Windows platforms.
And header file(s) for it.