From owner-freebsd-usb@FreeBSD.ORG Sat Apr 30 14:52:27 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40F316A4CE for ; Sat, 30 Apr 2005 14:52:26 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A49E43D4C for ; Sat, 30 Apr 2005 14:52:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3UEpDoU039275; Sat, 30 Apr 2005 08:51:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 30 Apr 2005 08:51:55 -0600 (MDT) Message-Id: <20050430.085155.32739043.imp@bsdimp.com> To: algorist2000@yahoo.com From: "M. Warner Losh" In-Reply-To: <20050430070005.16965.qmail@web53606.mail.yahoo.com> References: <20050430070005.16965.qmail@web53606.mail.yahoo.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: Is the freebsd usb generic device driver complete? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 14:52:27 -0000 In message: <20050430070005.16965.qmail@web53606.mail.yahoo.com> paradox writes: : it send CLEAT_FEATURE : packet twice, then send a OUT packet just like in the : linux environment, but got a NAK response. Some USB devices have a bug in the usb library that comes with them that will bogusly respond exactly this way. Warner