From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 5FB9C1EFDC2; Sun, 13 Nov 2016 17:13:03 -0500 (EST) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) by befuddled.reisers.ca (Postfix) with ESMTPS id D51471EFDC3 for ; Sun, 13 Nov 2016 17:12:28 -0500 (EST) Received: by mail-it0-x243.google.com with SMTP id q124so9220374itd.1 for ; Sun, 13 Nov 2016 14:12:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version :content-transfer-encoding:in-reply-to:references; bh=xkmjMpBsVA57lOs2WJCaGecUVNqaFwMga52aXJxZswM=; b=SGJST5Clj2tG12soaF59XZh9EBaJ2ccGWpRWNIvqkAh21RSaUWapMml0Say5ESyhwx bpOtWwCJtbIGkCdpFpZvfzob5WBe70yqGUEa/FkZ08imWAoNB71BHkXRSal3of1bkK1u pT3yifhp0D19s6EB8RamOA3jfWMJhvKjPITu+jbCeIllCcdFqgwQMq7RHf7IeEF5B7Ic +yBNlsbTFmaCJIFclnLh6aZUZVoUUePDXZ4mbWBrwK9097bYHRI+yQ3ygFHqxE4XBEqq UjUQiI1qNjgrzpY6aN51j68rms91WmLYOj/koTomC8luHBoTa2b7RCsonfvXgyJ890+f oWzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-transfer-encoding:in-reply-to:references; bh=xkmjMpBsVA57lOs2WJCaGecUVNqaFwMga52aXJxZswM=; b=CvFy4tbhnVDc/Vg1lXh5uiwVGXPfxJEEf7iZv79NR+r7UxNQC68VrvuRp+4iHvhxgY fn4B7i3y7qU9xpINBze0ZZBKT9GW+rAz6dsYYQGMQstu9D7Zf1QtvBxtQ0IWJyWaLb9B 4R+xlwZfZRfLiCHtdNgSJWunkujxs6oq/P81jBrwxE0v9quFOxzyEUdEuu5yKRUZO+Zu 2l8tLn5mbHlveE+E7T/7q1FjRBKtXHUHjG28pwcy5Vn50gc5kb28kPubbw4ED4athyM0 cceQ5nnwt9L+oirMPFuU2sJeioLbrskeqxzTEXOGBAuB2F5oU6EGohnNQd6UACBjr5zm uXWg== X-Gm-Message-State: ABUngvf666F+jVT+fvNLChW6m7ooqup4UZE3yBQYfpo7qsCMRUBovw3o94r1PhZ0ZGl7cg== X-Received: by 10.107.164.2 with SMTP id n2mr17885277ioe.202.1479075145985; Sun, 13 Nov 2016 14:12:25 -0800 (PST) Received: from [192.168.1.117] (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id o71sm8116407ita.6.2016.11.13.14.12.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Nov 2016 14:12:25 -0800 (PST) Message-ID: <20161113.221227.068.8@[192.168.1.117]> From: "Rob" To: jheim@math.wisc.edu, "Speakup is a screen review system for Linux." Subject: Re: Status of kernel Date: Sun, 13 Nov 2016 16:12:27 -0600 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20161111083447.GE2417@var.home> <20161111162750.GK2417@var.home> <20161111163209.GV2417@var.home> <20161112154759.GP2417@var.home> <20161112221844.GK2417@var.home> X-Mailer: POP Peeper (4.3.0.0) 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:13:04 -0000 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?