From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id EEB8F1EFD46; Tue, 12 Mar 2019 18:09:20 -0400 (EDT) Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by befuddled.reisers.ca (Postfix) with ESMTPS id C4D061EFD3F for ; Tue, 12 Mar 2019 18:09:18 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A3002D3A6; Tue, 12 Mar 2019 23:09:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d9Z99SI7PslY; Tue, 12 Mar 2019 23:09:16 +0100 (CET) Received: from function (105.251.129.77.rev.sfr.net [77.129.251.105]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 1B1A1D3A5; Tue, 12 Mar 2019 23:09:16 +0100 (CET) Received: from samy by function with local (Exim 4.92) (envelope-from ) id 1h3paF-0003oI-Hm; Tue, 12 Mar 2019 23:09:15 +0100 Date: Tue, 12 Mar 2019 23:09:15 +0100 From: Samuel Thibault To: Okash Khawaja Cc: speakup@linux-speakup.org, William Hubbs Subject: Re: TODO file Message-ID: <20190312220915.qgtag5vezpaouoxp@function> References: <20190312202652.1e386ddf@narunkot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190312202652.1e386ddf@narunkot> Organization: I am not organized User-Agent: NeoMutt/20170113 (1.7.2) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2019 22:09:21 -0000 Okash Khawaja, le mar. 12 mars 2019 20:26:52 +0000, a ecrit: > For now, I wanted to ask how much of this part is still to be done: > > "The first issue has to do with the way speakup communicates with serial > ports. Currently, we communicate directly with the hardware ports. > This however conflicts with the standard serial port drivers, which > poses various problems. This is also not working for modern hardware > such as PCI-based serial ports. Also, there is not a way we can > communicate with USB devices. The current serial port handling code is > in serialio.c in this directory." You have done it all :) (even if, as you mentioned, the USB auto-probing would now be great) Samuel