From owner-cvs-all Tue Oct 17 10:13:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7837B4CF; Tue, 17 Oct 2000 10:13:44 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA79272; Tue, 17 Oct 2000 10:13:44 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200010171713.KAA79272@freefall.freebsd.org> From: Nick Hibma Date: Tue, 17 Oct 2000 10:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/usbhidctl usbhid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/10/17 10:13:39 PDT Modified files: usr.bin/usbhidctl usbhid.c Log: Fix the build break. The solution isn't perfect, instead of printing the first report, it will the report no report id, but the proper solution is more complex than this. We would need to iterate over the report descriptor and figure out all the report id's before starting to print. Revision Changes Path 1.3 +11 -17 src/usr.bin/usbhidctl/usbhid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message