CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/02/03 17:43:45
Modified files: lib/libusbhid : parse.c Log message: Return the correct report ID when hitting a "collection" item. Collection are reported before their corresponding report ID, so bring back the trick from old parser and do not return them until we find a report ID or another start or end of collection. Fix a regression introduced by last parser backport from FreeBSD reported by Benjamin Baier, thanks!