From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id AD0791EFDB2; Tue, 15 Nov 2016 16:08:12 -0500 (EST) Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) by befuddled.reisers.ca (Postfix) with ESMTPS id 10E821EF223 for ; Tue, 15 Nov 2016 16:08:11 -0500 (EST) Received: by mail-wm0-x243.google.com with SMTP id u144so4191493wmu.0 for ; Tue, 15 Nov 2016 13:08:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Uv+d4uwbUA+SUV0gfEdq+CVU9C70Zhy44burnMc3PHs=; b=LZyfN8Cy7YJfuhN4oTfZlr4V3wTYCI3oUIifp6X2rVRfUQ3fsRPl99kru9jFJ+qRZe oBot/EFVpcUb+Z3jGWFJJMKrAIQEBoJyXHDZRmrsEWLcwbbJqrJrFMTph8NjHX/wr3GL gZK2J4kJImq2viRQPwdmkNOThhzEfzSDcT0zNtbRW29zsdyEhnnI+Ha6X08NlY44dYF+ sHDh/v4sXztGpIqu8dAW464vFcPJOOGUhwkIhM10E1GEuWJK3T3NUAHgjMOYFd/ei/kB cuzx7uO2jn9wa4qPHX2NqFxYCN2sB+LGeTq6J6Ai3SXEL9FRHH2F2hZEes/GYsyzsvmW Glng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Uv+d4uwbUA+SUV0gfEdq+CVU9C70Zhy44burnMc3PHs=; b=ATsFHQTCi+qWS18FZdkcXLG8MWI0JhX+jlDq19njuN7ewfsQgoFcQNmLyZqoa44Hr0 gwn8VG+OrB4CrW+18W7mI693g70uotqzDsUql0LmBpwGjehJuelcIlrG0Ki8KSCkhD3J HwY2hwKSAGPDSGCHFTR7aal95Tm3Q7f3t/Vessu3g1LtjKeREW35aXuV5qOz4CsQJD+k p8w3WSEqnCJV0PF4fDcpuOnw4eGNdyMKzNP+J3waNjGYGoA6/McwhFGpxdT2nS0yzeSY dCRIPT8XUyzvfz1MzFHaUmA0v56tcP1pP/QlTGd+farZiYR3R4Fu9uNXaCH8d06BX4VA MwGQ== X-Gm-Message-State: ABUngveEHY2YKwRYtOR2hPuRnRCVfMSO2ctVZM4EU0a6H3sLdGRIzBCZQEUsjj5kQ24rNV35loWomGNOXHjCRg== X-Received: by 10.28.188.87 with SMTP id m84mr5513416wmf.14.1479244082389; Tue, 15 Nov 2016 13:08:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.148.151 with HTTP; Tue, 15 Nov 2016 13:08:01 -0800 (PST) In-Reply-To: <20161115193858.GS2448@var.home> References: <20161115184710.GI2448@var.home> <0b27a2d0-1514-c31f-1fa5-6215894dc6a7@math.wisc.edu> <20161115193858.GS2448@var.home> From: Willem Venter Date: Tue, 15 Nov 2016 23:08:01 +0200 Message-ID: Subject: Re: Status of kernel To: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 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: Tue, 15 Nov 2016 21:08:12 -0000 Hi all. Since I don't know anything about line discipline I did some searching and found the following: http://www.linux-mag.com/id/1891/ It is quite interesting. Not sure how up to date this is since it was published in2005. Maybe with this combined with the kernel API updates it might be useful to someone here. It details an example read-only driver for a touch-screen, but the descriptions are quite general. It mentions /dev, so maybe it's not exactly what is required, but it also mentions examples in the kernel to look at. Also see: https://utcc.utoronto.ca/~cks/space/blog/unix/TTYLineDisciplineWhy On 11/15/16, Samuel Thibault wrote: > Hello, > > John G Heim, on Tue 15 Nov 2016 13:31:36 -0600, wrote: >> Is that list, linux-serial, the place where most of the discussion on the >> status of speakup goes on? > > No, it was to raise the discussion on how it's supposed to plug. > > Samuel > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup >