https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282790
--- Comment #2 from Vladimir Kondratyev <[email protected]> --- That is certainly a bug. Thank you for the report. These patches require some changes: In uhid.c ugd->ugd_actlen should be equal to imin(ugd->ugd_maxlen, size) rather than size In hidraw.c ugd->ugd_actlen should be taken from 4th parameter of preceding hid_get_report() call. -- You are receiving this mail because: You are the assignee for the bug.
