From owner-cvs-src@FreeBSD.ORG Fri Dec 21 03:40:37 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D72716A419; Fri, 21 Dec 2007 03:40:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C8B513C448; Fri, 21 Dec 2007 03:40:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBL3ebQx053474; Fri, 21 Dec 2007 03:40:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBL3eavc053473; Fri, 21 Dec 2007 03:40:36 GMT (envelope-from imp) Message-Id: <200712210340.lBL3eavc053473@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Dec 2007 03:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/usbhidctl usbhid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 03:40:37 -0000 imp 2007-12-21 03:40:36 UTC FreeBSD src repository Modified files: usr.bin/usbhidctl usbhid.c Log: usbhidctl appears to not report features and write size correctly This turns out to be due to an argument botch for hid_report_size. The PR contained patches to fix the argument botch. Submitted by: Maurice Castro PR: usb/118915 Revision Changes Path 1.12 +4 -4 src/usr.bin/usbhidctl/usbhid.c