| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| hidapi-0.13.0 source code.tar.gz | 2023-01-05 | 244.6 kB | |
| hidapi-0.13.0 source code.zip | 2023-01-05 | 277.0 kB | |
| README.md | 2023-01-05 | 715 Bytes | |
| hidapi-win.zip | 2023-01-05 | 1.6 MB | |
| Totals: 4 Items | 2.1 MB | 0 | |
- 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_inforegardless of the compilation flags; - hidraw: Open files with
O_CLOEXECto 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.