From 4022502446d034dae456eeb49b78fb70404a7ed6 Mon Sep 17 00:00:00 2001 From: cwen Date: Mon, 12 Apr 2021 10:53:55 +0000 Subject: [PATCH] libhidapi: add a comment mentioning that any consumer should be patched to use hidapi_hid_init() instead of hid_init(3), to avoid conflict with base usbhid(3). OK sthen@ --- comms/libhidapi/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/comms/libhidapi/Makefile b/comms/libhidapi/Makefile index 25c10f69d62..3472f805743 100644 --- a/comms/libhidapi/Makefile +++ b/comms/libhidapi/Makefile @@ -1,7 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:43:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2021/04/12 10:53:55 cwen Exp $ COMMENT = library for communicating with USB and Bluetooth HID devices +# XXX Any consumer should be patched to use hidapi_hid_init() instead of +# hid_init(3) to avoid conflict with base usbhid(3). + V = 0.8.0pre20160128 DISTNAME = libhidapi-${V} REVISION = 0