From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 4F6271EFD3D; Sat, 19 Nov 2016 17:06:37 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a01:474::1]) by befuddled.reisers.ca (Postfix) with ESMTP id 1C2581EFD50 for ; Sat, 19 Nov 2016 17:04:01 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 948049A6E; Sat, 19 Nov 2016 23:04:00 +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 jAWuw5z8NavG; Sat, 19 Nov 2016 23:04:00 +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 1F5B16F6A; Sat, 19 Nov 2016 23:04:00 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.88) (envelope-from ) id 1c8Djr-0002Tx-LL; Sat, 19 Nov 2016 23:03:59 +0100 Date: Sat, 19 Nov 2016 23:03:59 +0100 From: Samuel Thibault To: Greg KH Cc: Okash Khawaja , kirk@reisers.ca, david.a.borowski@gmail.com, chris@the-brannons.com, w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, speakup@linux-speakup.org Subject: Re: [PATCH 0/3]: staging: speakup: refactor to make room for serial comms changes Message-ID: <20161119220359.GI3422@var.home> References: <20161119154328.GA946@sanghar> <20161119160809.GB5159@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161119160809.GB5159@kroah.com> 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: Sat, 19 Nov 2016 22:06:38 -0000 Hello, Greg KH, on Sat 19 Nov 2016 17:08:09 +0100, wrote: > > Intention is to allow changing implementation of serial_out() for > > speakup_dummy while allowing other drivers to continue unaffected. > > Why is that needed? Why not post the whole series that implements what > you wish to have happen here? Just to explain: the rest of the series has not been implemented yet. Samuel