From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id A54D91F0412; Wed, 8 Feb 2017 18:16:36 -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 81CFB1F03FE for ; Wed, 8 Feb 2017 18:16:07 -0500 (EST) Received: by mail-wm0-x243.google.com with SMTP id v77so491195wmv.0 for ; Wed, 08 Feb 2017 15:16:07 -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=+9zhMnPYfGWSE77LyZSuGUcYP35FcTUdf66zwtoccBM=; b=DWzeTganVlciTMlMJAY1ph/dD0VFuGdHPi+DoHFL/ziwrKQw56NSvKDChyRGFVNC6x 7zmcCE9lBaLmZBy8Y40ND/ur4u1i1wvrjkrsnUN0d5qlyTi1O8/IOt+hr4FSEAfjiUjj rt422a2JfZiD6TCEzx6mwssFmQpZmvuX4d7p2JBgSu7W2hb0939ADLNh523c7reLY4vp GP58woBnc1YI2xyjC0VuUmynXs/oDN0fc+LnPpNL56Va+LNAsmfK6vBOmrpktho3P28A cLpaE273DBxtcVeHYmvj9/xgE8OdSipdRvRMz19FFyhqreuCTSI7LkFY9A9dZDQ6N8o3 e6cg== 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=+9zhMnPYfGWSE77LyZSuGUcYP35FcTUdf66zwtoccBM=; b=E52sVfU8NUThNqoryA4c/kgwEMWK3qZDX36POKg4q/zO6dtGV4SM6qvl5yiALS/og5 68rMt1yzui0XmtBNWGmGDQ4XRe5U4JEEQgXoVUXpCf16eTwXGiPJ57xleAjukSreKVnc og31TxYoU9CBkWza3CVYa6+vErBkHUmh8/QFiMheAqhMvDnNfnFpVy2Lj81E7lThfLUI 2Gk/70uLysDhWgmQT8toq+PlV6rzqYk/DSI2oPbtKh4J/h0ygvfbWttTf9TQT8yHYpHS ZMmGxd1q1thrHT+yk6hU1r9tdLCXIwP9dFgE3uxiTfhYkfKTZ0meWYTBL4WPIn3FHnwW WiNA== X-Gm-Message-State: AMke39m6VfJXdd7Iifaea0RfgNj511mS79pymTkEbcAekrmC0hpqL1KxKsvZFmW1V/224g== X-Received: by 10.28.69.28 with SMTP id s28mr18445356wma.40.1486595759571; Wed, 08 Feb 2017 15:15:59 -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 w69sm5754392wmw.22.2017.02.08.15.15.58 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Feb 2017 15:15:59 -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: <20170208230921.GY2955@var.home> Date: Wed, 8 Feb 2017 23:15:57 +0000 Cc: "Speakup is a screen review system for Linux." Content-Transfer-Encoding: quoted-printable Message-Id: References: <20170208230921.GY2955@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:16:37 -0000 > On 8 Feb 2017, at 23:09, Samuel Thibault wr= ote: >=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 Sorry this was meant to share the patches so others could test as the last t= ime round the single patch was too big. However I will tidy it all up as pro= per patch set.=20=