- update to 0.13.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_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);
* cmake: libusb: Ensure Iconv is found when provided via CFLAGS/LDFLAGS (#430);
OBS-URL: https://build.opensuse.org/request/show/1056912
OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=18
- update to 0.11.0:
* hidraw: (explicit) workaround to allow build with kernels older than 2.6.39
* libusb: stabilize device path (uses same semantic as Linux kernel)
* libusb: add platform-specific hid_libusb_wrap_sys_device
* general: lots of documentation improvements
* general: (Windows) DDK build files are obsolete
* general: add CMake build system
* general: deprecated Autotools build scripts
* lots of other small fixes and improvements
- remove 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch (obsolete)
OBS-URL: https://build.opensuse.org/request/show/935846
OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=15