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@
This commit is contained in:
cwen 2021-04-12 10:53:55 +00:00
parent 10998ffd4a
commit 4022502446

View File

@ -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