From owner-freebsd-current@FreeBSD.ORG Fri Jul 4 22:31:47 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7156F1065674; Fri, 4 Jul 2008 22:31:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.tele2.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id C685C8FC15; Fri, 4 Jul 2008 22:31:46 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pW5Z-H8n_VoA:10 a=_6_vb1nlnQcA:10 a=NMGBx6iLSXY/3qZKdJo9Bw==:17 a=c6BnHM9TFBspsvL6eGoA:9 a=ejmT3T01ZoOlCTrhhJEdPEFQvR4A:4 a=lRjT1wxQ3FAA:10 a=LY0hPdMaydYA:10 Received: from [62.113.135.207] (account mc467741@c2i.net [62.113.135.207] verified) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.4b) with ESMTPA id 824222574; Fri, 04 Jul 2008 23:31:42 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 4 Jul 2008 23:33:15 +0200 User-Agent: KMail/1.9.7 References: <20080703140719.GA72315@onelab2.iet.unipi.it> <20080703170700.3b91b8c6@peedub.jennejohn.org> <20080703152551.GA73103@onelab2.iet.unipi.it> In-Reply-To: <20080703152551.GA73103@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807042333.17859.hselasky@c2i.net> Cc: usb@freebsd.org, Luigi Rizzo , current@freebsd.org Subject: Re: may I commit this small umodem patch ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2008 22:31:47 -0000 On Thursday 03 July 2008, Luigi Rizzo wrote: > On Thu, Jul 03, 2008 at 05:07:00PM +0200, Gary Jennejohn wrote: > > On Thu, 3 Jul 2008 16:07:19 +0200 > > > > Luigi Rizzo wrote: > > > There was a discussion back in september about adding > > > support for basic CDC tty devices in umodem.c. > > > This lets you talk to a number of usb devices built around > > > microcontrollers (e.g. Atmel), and puts us on par with > > > Linux and Windows in terms of supporting these devices. > > > > > > Because this simply requires the small patch below to the > > > probe/attach routine, so if there are no objections I plan to add > > > this to the system (CURRENT then RELENG_7 and RELENG_6) in the next > > > few days. What about flow control? Is flow control required for these devices? --HPS