]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r240762:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 Nov 2012 05:44:44 +0000 (05:44 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 15 Nov 2012 05:44:44 +0000 (05:44 +0000)
commit450fffdf92900cb85189eca58535c7d37ea6696f
tree5d070a3fcc259b2c38508aaf59e708c630e5045f
parent3fd9c959748133c58810c51855a26d9842e2510c
MFC r240762:
Restore handling of the third argument (id) of hid_start_parse(), same as
it is done in NetBSD/OpenBSD, and as it was here before r205728.

I personally think this API or its implementation is incorrect, as it is not
correct to filter collections based on report ID, as they are orthogonal
in general case, but I see no harm from supporting this feature.

PR: usb/171810

git-svn-id: svn://svn.freebsd.org/base/stable/9@243058 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libusbhid/descr.c
lib/libusbhid/parse.c
lib/libusbhid/usbhid.3