From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id E05641F0BE1; Sat, 11 Mar 2017 08:12:20 -0500 (EST) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) by befuddled.reisers.ca (Postfix) with ESMTPS id 21EEE1F0BE2 for ; Sat, 11 Mar 2017 08:10:41 -0500 (EST) Received: by mail-io0-x22c.google.com with SMTP id g6so62968491ioj.1 for ; Sat, 11 Mar 2017 05:10:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=B2+RREaXsc3lFosLlCG8OaZmpJpKyN1uAjO2t9dzb84=; b=TFhuq+rc9FAgULrC1BFswlJgqMouM0ccBbe4HXvMt3VADuBPybfO97FMelRwJJyMiH Tb3mxD2gNxmKoyPim1MiLhYBdr1WBo/c+4jNv5ydBRyBdssBsPLQqnwWWczFQU9yj9OJ DvhP8WeWzowVdo0YTWEuDp/OYn1i94r0kQ0zO3pvw4mH/Uvu3JsPFAjv9hKxOcW+ae9+ V7hOJi3F5XpJc4ibWAk8KeSKkh5RlZ/C2oRaYHXtC6BMYqlatWLL16Qji+p9SkmRX8qx B1X252fHj24EpnB0Y6gwPZPyYhOzxvpwknzHVKTDqQsJpPjQyDS8YsvPDkg6w/tU6fiW WOFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=B2+RREaXsc3lFosLlCG8OaZmpJpKyN1uAjO2t9dzb84=; b=ACIA1Nfg4AO04frN3+VJXui6K1rDMwHUIwZVHV9rIMdMV7lwC5+HzFCuzBUpd4KFhK 2AsB9eCRwmFjaNrP5msJk5TwqsTyLRvR+fL+wN7lWfESP1qrUcLYm/RBu1d0T2Dnp/g1 nQxiad9XnoFzYSCtdzMWCNBg0ux8dUTs3MKpL6RWnch5NfzkN9FcBOF/WiC6gIxpphms XTFUHQkYO2ueUeSbceL6dtRs8YqsbWXRV3T4SQz0+xzpVP0oHjvERF6BLuY62UIyfq/C D23tuiNew0AcCS90+0izbfqcgcDJvWVUsie0PTUWLfkz322djW2LO7oa+5ojA71Z6n5c GJEQ== X-Gm-Message-State: AMke39ke6aFx3zB7mRMzlcYrQPAEpjTSYxvkjEm2ejCdJBeXjI979W6S8bEMZAD1rs3HVZahR4XyucWSnCA3/g== X-Received: by 10.107.149.7 with SMTP id x7mr19735156iod.167.1489237840467; Sat, 11 Mar 2017 05:10:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.144.198 with HTTP; Sat, 11 Mar 2017 05:10:40 -0800 (PST) In-Reply-To: <20170311130524.142875025@gmail.com> References: <20170311130524.142875025@gmail.com> From: Okash Khawaja Date: Sat, 11 Mar 2017 13:10:40 +0000 Message-ID: Subject: Re: [patch 0/7] staging: speakup: introduce tty-based comms To: Samuel Thibault Cc: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 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, 11 Mar 2017 13:12:21 -0000 Correction... On Sat, Mar 11, 2017 at 1:05 PM, 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, dectlk and > txprt. dectlk = ltlk** So the migrated synths are dummy, acntsa, bns, ltlk and txprt > > Please note that these apply cleanly on top of the latest staging tree, which > includes unicode changes recently merged. > > Thanks, > Okash