]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r224511:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 15 Aug 2011 14:19:26 +0000 (14:19 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 15 Aug 2011 14:19:26 +0000 (14:19 +0000)
commit36fe1996d584c6734fce556e08b0d4e6c2f2f98e
tree3cbdfc7b8bca59f782cab4ca9216b454a044426e
parent997f997f8d554153fa1ddf6d01b2d9c776b1dd5b
MFC r224511:
 - Fix usbhidctl and usbhidaction to handle HID devices with multiple
report ids, such as multimedia keyboards.
 - Add collection type and report id to the `usbhidctl -r` output. They
are important for proper device understanding and debugging.
 - Fix usbhidaction tool to properly handle items having report_count
more then 1.

git-svn-id: svn://svn.freebsd.org/base/stable/8@224886 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libusbhid/parse.c
usr.bin/usbhidaction/usbhidaction.c
usr.bin/usbhidctl/usbhid.c