From owner-freebsd-usb@FreeBSD.ORG Sat Jul 5 01:18:02 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16E7D1065672 for ; Sat, 5 Jul 2008 01:18:02 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id D7CC48FC32 for ; Sat, 5 Jul 2008 01:18:01 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1902692rvf.43 for ; Fri, 04 Jul 2008 18:18:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=j9WOPTo5HnH25s+14mqhIgJ0fMY8WzZQvpw9HN5XI5U=; b=m0KOav8eKXgprJB/Z2ANxuQM3iA3vJjsOxQGVeBWxvD8JoByQQEaF7izTIkSs2HxK/ jL3LpdcOtpUO9jowmgHxAt1zikrvpp7ErvLeLIeKqoCKuLiMzL+220a0hAI6/H9kOgJn UcyyTZElRcsSaXFhxVU2g3bwtwQZfBcfWHUCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pgbqyH+hYKAqRlKUP4oJ2UEW0utKElU860HPswM6SK4P8vk4/0C5NaSqUWw2z1WnTC nB9wG8DlktKtKzfQ40ODD+obSeiNoFFYJxfzPr4cBhyin60RUa9IC33pSswHBdVJRouT eUZnp1mpHRVtruOX/N4XjikYNfdzWmGo/84c0= Received: by 10.141.153.16 with SMTP id f16mr701412rvo.252.1215219032057; Fri, 04 Jul 2008 17:50:32 -0700 (PDT) Received: by 10.141.113.12 with HTTP; Fri, 4 Jul 2008 17:50:32 -0700 (PDT) Message-ID: Date: Sat, 5 Jul 2008 08:50:32 +0800 From: "Xiaofan Chen" To: "Luigi Rizzo" In-Reply-To: <20080704213959.GA1706@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080703140719.GA72315@onelab2.iet.unipi.it> <20080703170700.3b91b8c6@peedub.jennejohn.org> <20080703152551.GA73103@onelab2.iet.unipi.it> <200807042333.17859.hselasky@c2i.net> <20080704213959.GA1706@onelab2.iet.unipi.it> Cc: usb@freebsd.org, freebsd-current@freebsd.org, current@freebsd.org, Gary Jennejohn Subject: Re: may I commit this small umodem patch ? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 01:18:02 -0000 On Sat, Jul 5, 2008 at 5:39 AM, Luigi Rizzo wrote: >> What about flow control? Is flow control required for these devices? > > the ones I am talking about don't implement any form of flow control. > I suppose they would otherwise match the previous check. > They are many of this device and they do not have flow control. I got two of them right here. One is for NXP LPC-P2148 and the other is using Microchip PIC18F USB PICs. Last time it was discussed here. http://lists.freebsd.org/pipermail/freebsd-usb/2008-April/004907.html I've tried the lpcusb based generic CDC-ACM device under Linux/Windows/NetBSD successfully but not FreeBSD. Xiaofan