Date: Tue, 17 Oct 2000 10:13:39 -0700 (PDT) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/usbhidctl usbhid.c Message-ID: <200010171713.KAA79272@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010171713.KAA79272>