NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60073 CVS commit: pkgsrc/comms/libhidapi
The following reply was made to PR kern/60073; it has been noted by GNATS.
From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60073 CVS commit: pkgsrc/comms/libhidapi
Date: Fri, 13 Mar 2026 10:37:25 +0000
Module Name: pkgsrc
Committed By: tsutsui
Date: Fri Mar 13 10:37:25 UTC 2026
Modified Files:
pkgsrc/comms/libhidapi: Makefile PLIST distinfo
Added Files:
pkgsrc/comms/libhidapi/patches: patch-netbsd_CMakeLists.txt
patch-netbsd_hid.c
Log Message:
libhidapi: update to 0.15.0
pkgsrc changes:
- add PLIST_VARS for libhidapi-netbsd (NetBSD HID native backend)
- pull iconv(3) const check from libusb version
- check both addr 0 and 1 on enumerating devices (see NetBSD PR/60073)
Upstream changes:
https://github.com/libusb/hidapi/releases/tag/hidapi-0.15.0
general: Add hid_send_output_report() (#677)
general: Add hid_read_error() (#721)
winapi: add hid_winapi_set_write_timeout (#700)
winapi: improvements for hid_get_report_descriptor/hid_winapi_descriptor_reconstruct_pp_data (#707)
hidraw: report only Top-Level Usage_page/Usage pairs as 'unique' devices (#601)
macOS: add option to mimic 1.0.0 compatibility version (#709)
NetBSD: UHID native backend implementation (#612)
libusb: add abstraction for thread model, allow building using non-POSIX runtime
libusb: enable support for Xbox 360 and Xbox One controllers (#572)
general: various other fixes and improvements
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/comms/libhidapi/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/comms/libhidapi/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/libhidapi/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/comms/libhidapi/patches/patch-netbsd_CMakeLists.txt \
pkgsrc/comms/libhidapi/patches/patch-netbsd_hid.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index