From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id BABBF1EFF5A; Wed, 8 Feb 2017 18:19:15 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [141.255.128.1]) by befuddled.reisers.ca (Postfix) with ESMTP id 248971F03F9 for ; Wed, 8 Feb 2017 18:16:07 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 94476B732; Thu, 9 Feb 2017 00:16:06 +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 QHroDaC4G8Pi; Thu, 9 Feb 2017 00:16:06 +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 E63959ACE; Thu, 9 Feb 2017 00:16:05 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.88) (envelope-from ) id 1cbbT2-00062u-TX; Thu, 09 Feb 2017 00:16:04 +0100 Date: Thu, 9 Feb 2017 00:16:04 +0100 From: Samuel Thibault To: Okash Khawaja Cc: "Speakup is a screen review system for Linux." Subject: Re: [PATCH 0/5] staging: speakup: replace serial comms with tty io Message-ID: <20170208231604.GZ2955@var.home> References: 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: Wed, 08 Feb 2017 23:19:17 -0000 Okash Khawaja, on Wed 08 Feb 2017 22:43:07 +0000, wrote: > Sending these as a series of patches. After applying all, > speakup_dummy should use tty to write out on /dev/ttyS0. Other drivers > should function the same way they did before applying. Please test > what you can. This is fine enough for the speakup mailing, but for actual submission you will need a different text :) Basically you'll have to give the overall rationale: again briefly explain that speakup used to poke ports by hand, and this patchset migrates it to using the proper TTY subsystem, and give the list of patches with a couple of words to say which does what: add what's needed in TTY, introduce methods to finish abstracting away serial port access from drivers, addi a speakup line discipline, and migrate drivers to it. Samuel