From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id DC72A1F0EED; Sun, 12 Mar 2017 08:26:18 -0400 (EDT) Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) by befuddled.reisers.ca (Postfix) with ESMTPS id 38AC31F0EE0 for ; Sun, 12 Mar 2017 08:24:06 -0400 (EDT) Received: by mail-wr0-x243.google.com with SMTP id g10so16858344wrg.0 for ; Sun, 12 Mar 2017 05:24:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=H19b5MDUiu8RpRdEiGbomcHb9X0t0Sk9kIje9uZBFgw=; b=WgDGImz4JZ+ykiiBjyyaHCxbkBznF31nSvU6Wq/5+bR77Ih5NHrYvK4iIzunm1vYpq UXaftweQ2hT/U5COfkQwN8/UjnxgAs3tIwoO33mIR909nAfMDAk2EK//2OMKERKIyVkw o4O/BWlmLa4anPN7qu7z38MQnWDZSST7kOmviARgf3uy72j05kvO4cTGDiagS/LGXPAv ec/40143ayjrOGfUiXC203aLIG89AwR+mZnwHKl+W0U4hGeo35KYgqgeIgGAGUfwnOMc pz8YOj5r8BUfTnoGueWp/ZX6qaEh3rL6Xuh1xJE6fhZCxN27OtgpbDkmjLpkj0NMS+6H b5uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=H19b5MDUiu8RpRdEiGbomcHb9X0t0Sk9kIje9uZBFgw=; b=MsbUf3HJVx9WCBuhwzBQAIVWA4jky+pfeiG5VfLx1RbOf2acYN+5c5UqUrr+s1eIn8 6Zrt/US2HEbBAS1IEEfQ5TJONpwAV47isKpK56E0Ls4Li8JbucudNROtJMSE4pB6KJVQ z501CBDI3AnuyBdooMCvLRSey5s0rBDcPI/R5MheKAF1OQQjgqOaFDIVHMsRC+OSDQeI whCdnrcO/kGFeFGYjY6EIMSkSK7sxTJd6hP1BiT3rErzqoqdubTadglZD745p/Kqr+BG ih+SJOg3R2PEhoaOyuHIWB3qzx1aAyLHumhfuPs5GjHAqc2gdaO8WsI9P9QKTLJYr1ry zdAQ== X-Gm-Message-State: AMke39klTtIJlYobPCIOyrFR+reN1p3jc0DPAmE89gRDi0TCDYJ1cuiMZnaEuGX8aNthIw== X-Received: by 10.223.145.227 with SMTP id 90mr24702121wri.156.1489321445305; Sun, 12 Mar 2017 05:24:05 -0700 (PDT) Received: from sanghar (94.197.121.181.threembb.co.uk. [94.197.121.181]) by smtp.gmail.com with ESMTPSA id k70sm7256877wmc.3.2017.03.12.05.24.03 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Mar 2017 05:24:04 -0700 (PDT) Date: Sun, 12 Mar 2017 12:23:58 +0000 From: Okash Khawaja To: speakup@linux-speakup.org Subject: Re: [patch 0/8] staging: speakup: introduce tty-based comms Message-ID: <20170312122358.GA4239@sanghar> References: <20170312121644.448468179@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170312121644.448468179@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) 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: Sun, 12 Mar 2017 12:26:19 -0000 Couple of typos corrected below.. On Sun, Mar 12, 2017 at 12:16:44PM +0000, okash.khawaja@gmail.com wrote: > Hi, > > This patchset introduces a TTY-based way for the synths to communicate > with devices as an alternate for direct serial comms used by the synths > at the moment. It then migrates some of the synths to the TTY-based > comms. Synths migrated in this patchset are dummy, acntsa, bns and > txprt. > > The last patch also migrates ltlk with some temporary modification which > means that initial info from synth won't be retried. This shouldn't affect means that initial info from synth won't be retrieved**. > normal functionality of the synth. We won't be sending lkml migration We won't be sending ltlk** migration > to LKML, however it will be good to test it here. > > I have also added the "TODO: support more than ttyS*" next to MKDEV line in > spk_ttyio.c, which was discussed last time but I hadn't put in. > > Finally, please note that these apply cleanly on top of the latest staging > tree, which includes unicode changes recently merged. > > Thanks, > Okash