From owner-cvs-src-old@FreeBSD.ORG Thu Mar 11 21:46:42 2010 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 7B35110657BF for ; Thu, 11 Mar 2010 21:46:42 +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 505988FC1D for ; Thu, 11 Mar 2010 21:46:42 +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 o2BLkgQI028874 for ; Thu, 11 Mar 2010 21:46:42 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2BLkggY028873 for cvs-src-old@freebsd.org; Thu, 11 Mar 2010 21:46:42 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201003112146.o2BLkggY028873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 11 Mar 2010 21:46:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/serial uvisor.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: Thu, 11 Mar 2010 21:46:42 -0000 thompsa 2010-03-11 21:46:33 UTC FreeBSD src repository Modified files: sys/dev/usb/serial uvisor.c Log: SVN rev 205031 on 2010-03-11 21:46:33Z by thompsa It appears that some UVISOR devices do not handle when the clear stall command is issued at the beginning of the initial IN/OUT data transfers. Reason unknown, probably firmware fault. Now the stall is only cleared on data transfer errors. PR: usb/144199 Submitted by: Hans Petter Selasky Revision Changes Path 1.15 +0 -5 src/sys/dev/usb/serial/uvisor.c