From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id B8B281F0B20; Wed, 8 Feb 2017 18:10:15 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [141.255.128.1]) by befuddled.reisers.ca (Postfix) with ESMTP id 3BF0B1F04C7 for ; Wed, 8 Feb 2017 18:09:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BEC2BB732; Thu, 9 Feb 2017 00:09:22 +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 lLl0ZUs-6KxC; Thu, 9 Feb 2017 00:09:22 +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 35CC99ACE; Thu, 9 Feb 2017 00:09:22 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.88) (envelope-from ) id 1cbbMX-0005tb-Gj; Thu, 09 Feb 2017 00:09:21 +0100 Date: Thu, 9 Feb 2017 00:09:21 +0100 From: Samuel Thibault To: Okash Khawaja Cc: "Speakup is a screen review system for Linux." Subject: Re: [PATCH 5/5] staging: speakup: make speakup_dummy use ttyio Message-ID: <20170208230921.GY2955@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:10:16 -0000 Okash Khawaja, on Wed 08 Feb 2017 22:55:25 +0000, wrote: > This changes speakup_dummy to use spk_ttyio implementations instead of > serialio implementations. After all the explanations of the previous patches, this commit log is indeed enough :) Samuel