From owner-cvs-src-old@FreeBSD.ORG Fri Mar 20 22:01:52 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 E5DFF10657B0 for ; Fri, 20 Mar 2009 22:01:51 +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 550918FC0C for ; Fri, 20 Mar 2009 22:01:51 +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 n2KM1p1Z068811 for ; Fri, 20 Mar 2009 22:01:51 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2KM1pB9068810 for cvs-src-old@freebsd.org; Fri, 20 Mar 2009 22:01:51 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200903202201.n2KM1pB9068810@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 20 Mar 2009 22:01:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_transfer.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, 20 Mar 2009 22:01:54 -0000 thompsa 2009-03-20 22:01:45 UTC FreeBSD src repository Modified files: sys/dev/usb usb_transfer.c Log: SVN rev 190184 on 2009-03-20 22:01:45Z by thompsa MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 Workaround for buggy USB hardware not handling new SETUP packet before STATUS stage is complete, this allows xfers to endpoint0 to return a short frame. Submitted by: Hans Petter Selasky Reported by: me Revision Changes Path 1.7 +34 -17 src/sys/dev/usb/usb_transfer.c