From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD7g7-00036A-Q3 for qemu-devel@nongnu.org; Thu, 10 Jan 2008 19:23:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD7g6-00035y-2S for qemu-devel@nongnu.org; Thu, 10 Jan 2008 19:23:19 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD7g5-00035v-Sf for qemu-devel@nongnu.org; Thu, 10 Jan 2008 19:23:17 -0500 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD7g5-00065X-D1 for qemu-devel@nongnu.org; Thu, 10 Jan 2008 19:23:17 -0500 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080111002425.SDKG6054.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Fri, 11 Jan 2008 00:24:25 +0000 Received: from implementation.famille.thibault.fr ([86.6.2.182]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20080111002540.SFNG26699.aamtaout03-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Fri, 11 Jan 2008 00:25:40 +0000 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.68) (envelope-from ) id 1JD7g0-0002kg-Uw for qemu-devel@nongnu.org; Fri, 11 Jan 2008 01:23:12 +0100 Date: Fri, 11 Jan 2008 00:23:12 +0000 From: Samuel Thibault Message-ID: <20080111002312.GE4304@implementation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] USB serial device Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, I would like to implement support for braille devices, and for this I'd need to first implement a USB serial device (FTDI chip). Has anybody worked on that already? Samuel