From owner-cvs-src-old@FreeBSD.ORG Fri Feb 27 15:30:57 2009 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 1EC971065672 for ; Fri, 27 Feb 2009 15:30:56 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E46648FC21 for ; Fri, 27 Feb 2009 15:30:55 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1RFUtSE007005 for ; Fri, 27 Feb 2009 15:30:55 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1RFUtHM007004 for cvs-src-old@freebsd.org; Fri, 27 Feb 2009 15:30:55 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902271530.n1RFUtHM007004@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 27 Feb 2009 15:30:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libusbhid descr.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: Fri, 27 Feb 2009 15:30:57 -0000 thompsa 2009-02-27 15:30:42 UTC FreeBSD src repository Modified files: lib/libusbhid descr.c Log: SVN rev 189108 on 2009-02-27 15:30:42Z by thompsa Fix HID_COMPAT7 handling around the USB_GET_REPORT_DESC ioctl. Submitted by: daichi Pointy hat: me Revision Changes Path 1.11 +4 -2 src/lib/libusbhid/descr.c