From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 4DE9E1EFF5A; Wed, 8 Feb 2017 18:24:19 -0500 (EST) Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) by befuddled.reisers.ca (Postfix) with ESMTPS id 6F3BB1EFF56 for ; Wed, 8 Feb 2017 18:19:10 -0500 (EST) Received: by mail-wr0-x241.google.com with SMTP id o16so10207301wra.2 for ; Wed, 08 Feb 2017 15:19:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KRmSBghfrPTKmAy2KiGw/HxnpRVT+GP6C4g5OSoPAaw=; b=mPMjjW/J3eWLIAVWnF3RHpdRQ2IVO4qJVGZ1HHl8X+pZ+aA7+uGwgjVSfGfoN+j8Qg rXDYcWuJqNZn4gCK4Jnq0vHq3seka4VkX3rneXia/+NFWzrU2cVFnO+aspN8O7Ks2sGV AcGUfEsG7DwiJ+bkgPxhdGCL0cBgw+B35ZVyQibpNzg95tnyA6tOWiNxvjCzYIqGSnnN tmmnzGqeEMenEKkfCbZ7VvvwIIhlK0/FqSd2sgcFQL431q22kwH1NcVKjr11qLdaGeBM nzKKcWq+fbAvUiAiZec1HvMqBcYq/DWxEpayM/EcEpu8mfHlCrOVFWuP7QhA2uhHRSsi TVDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KRmSBghfrPTKmAy2KiGw/HxnpRVT+GP6C4g5OSoPAaw=; b=fBnObwq+/ZQhb7UKEaNa0WLBYm+uOtAXctnXVSgJQx8n4+th395aas8UjY1VC4b9bM hS8murlpNRzAqvJ/hqY74Cnmu83SPFaptDLllulJHXAqtqeVMYQqu2RxGAobaNbCaRlZ t8H6hC/39I7BsZc178MMGFOyw+mXZL36Vr5ltJLMnoZ1R3WZlhwXCnbnJPlkITUXCBU1 c/IAqcj2gpMovJrURj64SEWbiTLjheZRGRtgx1pqjDk0FlzWYBh3YvYWq+JsqT7ZBja7 ognj7ulnu0CzZnXN5ZMiKQbyVj8M2/6Y/8HvWiGjq1CgZNEFkzfKDGZQvEm0M333yvu8 pm0A== X-Gm-Message-State: AMke39lAQLmPYXK63tvm6RS8tCUowKJXo5rteOB3I6mwcYULiH7zl4HnDAN9ee6vmdxfLw== X-Received: by 10.223.150.118 with SMTP id c51mr37271wra.190.1486595946153; Wed, 08 Feb 2017 15:19:06 -0800 (PST) Received: from [192.168.1.120] (cpc91372-watf11-2-0-cust614.15-2.cable.virginm.net. [86.14.2.103]) by smtp.gmail.com with ESMTPSA id 198sm5795439wmn.11.2017.02.08.15.19.05 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Feb 2017 15:19:05 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [PATCH 5/5] staging: speakup: make speakup_dummy use ttyio From: Okash Khawaja X-Mailer: iPhone Mail (11A501) In-Reply-To: <20170208231644.GA2955@var.home> Date: Wed, 8 Feb 2017 23:19:04 +0000 Cc: "Speakup is a screen review system for Linux." Content-Transfer-Encoding: quoted-printable Message-Id: <56543D8D-5194-4EE5-B990-457EDCBE8A85@gmail.com> References: <20170208230921.GY2955@var.home> <20170208231644.GA2955@var.home> To: Samuel Thibault 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:24:20 -0000 > On 8 Feb 2017, at 23:16, Samuel Thibault wr= ote: >=20 > Okash Khawaja, on Wed 08 Feb 2017 23:15:57 +0000, wrote: >>> On 8 Feb 2017, at 23:09, Samuel Thibault w= rote: >>>=20 >>> 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. >>>=20 >>> After all the explanations of the previous patches, this commit log >>> is indeed enough :) >>>=20 >>> Samuel >>=20 >> Sorry this was meant to share the patches so others could test as the las= t time round the single patch was too big. >=20 > Sure, I understand, it's just to give you feedback on them already :) >=20 > Samuel Cool. Very helpful indeed=