From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 608E71EFE0B; Fri, 18 Nov 2016 12:42:52 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [141.255.128.1]) by befuddled.reisers.ca (Postfix) with ESMTP id 6BE7F1EFDFD for ; Fri, 18 Nov 2016 12:42:51 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id EAF22A3E4 for ; Fri, 18 Nov 2016 18:42:50 +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 ZewWKvgHH3pN for ; Fri, 18 Nov 2016 18:42:50 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (unknown [IPv6:2a01:cb19:181:c200:3602:86ff:fe2c:6a19]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7EABB9D5E for ; Fri, 18 Nov 2016 18:42:50 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.87) (envelope-from ) id 1c7nBZ-0003xm-V6 for speakup@linux-speakup.org; Fri, 18 Nov 2016 18:42:49 +0100 Date: Fri, 18 Nov 2016 18:42:49 +0100 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: Re: using system serial tty drivers Message-ID: <20161118174249.GA3422@var.home> References: <20161118172747.GA25081@db> <20161118173016.GX3422@var.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161118173016.GX3422@var.home> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 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: Fri, 18 Nov 2016 17:42:52 -0000 Samuel Thibault, on Fri 18 Nov 2016 18:30:16 +0100, wrote: > David, on Fri 18 Nov 2016 12:02:44 -0500, wrote: > > The purpose of defines is that all drivers will dump the old serial stuff > > eventually. > > Yes, but we don't want to do that without testing. One thing you may not know: some drivers can only work with an ISA card, because they poke ports outside the standard serial ports. They will not work with the new serial access method, and that's fine, since they don't exist as non-ISA cards. Samuel