From owner-cvs-src-old@FreeBSD.ORG Wed Dec 9 22:33:01 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 9C93D10656C0 for ; Wed, 9 Dec 2009 22:33:01 +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 89ED08FC18 for ; Wed, 9 Dec 2009 22:33:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB9MX1Rh075388 for ; Wed, 9 Dec 2009 22:33:01 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB9MX1xx075387 for cvs-src-old@freebsd.org; Wed, 9 Dec 2009 22:33:01 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200912092233.nB9MX1xx075387@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Wed, 9 Dec 2009 22:32:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb usb_compat_linux.c usb_compat_linux.h 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: Wed, 09 Dec 2009 22:33:01 -0000 thompsa 2009-12-09 22:32:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb usb_compat_linux.c usb_compat_linux.h Log: SVN rev 200323 on 2009-12-09 22:32:36Z by thompsa MFC r198776 - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1] - Don't write actual length if the actual length pointer is NULL [2] - correct Linux Compatibility error codes for short isochronous IN transfers and make status field signed. Submitted by: Leunam Elebek [1], Manuel Gebele [2] Revision Changes Path 1.17.2.3 +73 -7 src/sys/dev/usb/usb_compat_linux.c 1.11.2.2 +6 -1 src/sys/dev/usb/usb_compat_linux.h