From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 6DAF81EFD56; Sun, 13 Nov 2016 17:11:45 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [141.255.128.1]) by befuddled.reisers.ca (Postfix) with ESMTP id 48D171EFD3D for ; Sun, 13 Nov 2016 17:11:44 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 515B39870; Sun, 13 Nov 2016 23:11:40 +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 RriGt3KK6z0C; Sun, 13 Nov 2016 23:11:39 +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 D6DFF8DD5; Sun, 13 Nov 2016 23:11:39 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.87) (envelope-from ) id 1c62zz-0005CE-HW; Sun, 13 Nov 2016 23:11:39 +0100 Date: Sun, 13 Nov 2016 23:11:39 +0100 From: Samuel Thibault To: jheim@math.wisc.edu, "Speakup is a screen review system for Linux." Subject: Re: Status of kernel Message-ID: <20161113221139.GZ18437@var.home> References: <20161111083447.GE2417@var.home> <20161111162750.GK2417@var.home> <20161111163209.GV2417@var.home> <20161112154759.GP2417@var.home> <20161112221844.GK2417@var.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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:11:45 -0000 John G. Heim, on Sun 13 Nov 2016 16:05:53 -0600, wrote: > One thing I've never understood is why the kernel can have a serial console > yet speakup can't talk to the serial port. How does the kernel's serial > console talk to the serial port? Why can't speakup do the same? Because there is special plumbing between the serial console and the serial drivers. Doing the same plumbing between speakup and serial drivers would be very very frowned upon. Samuel