From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 247921EFDB5; Sun, 13 Nov 2016 17:20:39 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [141.255.128.1]) by befuddled.reisers.ca (Postfix) with ESMTP id AFF051EFDA2 for ; Sun, 13 Nov 2016 17:20:37 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 1D5749870; Sun, 13 Nov 2016 23:20:37 +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 R85cLjrpdzXK; Sun, 13 Nov 2016 23:20:34 +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 37F598DD5; Sun, 13 Nov 2016 23:20:34 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.87) (envelope-from ) id 1c638b-0005cW-SJ; Sun, 13 Nov 2016 23:20:33 +0100 Date: Sun, 13 Nov 2016 23:20:33 +0100 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: Re: Status of kernel Message-ID: <20161113222033.GE18437@var.home> References: <20161111083447.GE2417@var.home> <20161111162750.GK2417@var.home> <20161111163209.GV2417@var.home> <20161112154759.GP2417@var.home> <20161112221844.GK2417@var.home> <20161113.221227.068.8@[192.168.1.117]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161113.221227.068.8@[192.168.1.117]> 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: Sun, 13 Nov 2016 22:20:39 -0000 Rob, on Sun 13 Nov 2016 16:12:27 -0600, wrote: > John G. Heim wrote: > > How does the kernel's > serial console talk to the serial port? Why can't speakup do the same? > > How does BRLTTY do it? Can we implement similar code? BRLTTY lives in userland, not kernel land. Samuel