From owner-cvs-src-old@FreeBSD.ORG Sat Jul 30 13:24:33 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16BC0106566C for ; Sat, 30 Jul 2011 13:24:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03E3D8FC0A for ; Sat, 30 Jul 2011 13:24:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6UDOWDf055396 for ; Sat, 30 Jul 2011 13:24:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6UDOWB1055395 for cvs-src-old@freebsd.org; Sat, 30 Jul 2011 13:24:32 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201107301324.p6UDOWB1055395@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sat, 30 Jul 2011 13:22:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libusbhid parse.c src/usr.bin/usbhidaction usbhidaction.c src/usr.bin/usbhidctl usbhid.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2011 13:24:33 -0000 mav 2011-07-30 13:22:44 UTC FreeBSD src repository Modified files: lib/libusbhid parse.c usr.bin/usbhidaction usbhidaction.c usr.bin/usbhidctl usbhid.c Log: SVN rev 224511 on 2011-07-30 13:22:44Z by mav MFprojects/hid: - 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. Approved by: re (kib) MFC after: 2 weeks Revision Changes Path 1.12 +7 -5 src/lib/libusbhid/parse.c 1.12 +23 -5 src/usr.bin/usbhidaction/usbhidaction.c 1.17 +39 -15 src/usr.bin/usbhidctl/usbhid.c