From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id E64901F0E6B; Sun, 12 Mar 2017 08:17:56 -0400 (EDT) Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) by befuddled.reisers.ca (Postfix) with ESMTPS id 5D4611F0E63 for ; Sun, 12 Mar 2017 08:17:55 -0400 (EDT) Received: by mail-wr0-x232.google.com with SMTP id u48so88625128wrc.0 for ; Sun, 12 Mar 2017 05:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:user-agent:date:from:to:cc:subject; bh=RarMeJ+uhp4ZKTcvFIbJZG3rSQPJlZgQAfU+R2IFLS0=; b=T1uzuWUoK75Jm3HQicHDER4umWh6/LbkrL4v4AgGInD4wUmOBf7PRqwCmBXwC4CgHQ Ey3HpsunBNmi09kBFVDDwWPYcccHsrsgIoUb93ze7yfjB9zy1AIttSPQEKC0yhHDyK8R TMP9hsOtVEZnkGrJ5ixiuNaQq2aTDOTeMaAHwMO9iAfFuZUxL47YK37Uuj89Wr9QfUXO ZKU2PEfVAqHno1+OaFQjU9TxV2Ijy2Shg/qOaSuRZ+H+nsjIetzhx57VsfeZvSN0X2HD 3JUGNvfZrAEHnNI3J35zJxGubg3G+iorun1NrJOlGmTFT7r1JZGQdULqlt3Zul8czRQh hRIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:user-agent:date:from:to:cc:subject; bh=RarMeJ+uhp4ZKTcvFIbJZG3rSQPJlZgQAfU+R2IFLS0=; b=O13Fk2NmbhUNOBBsXiBOc4JB9gggEyBsTiZ1KHNBd5v3qKgia5krP2eflU1UeN7eA6 5vOWZz5fd3GNclirCu+Mj/Yusvjgh4WJuP/l8+Q89I5H7K104Lb4n+ZSP8yePX/xthA4 fOcGy+Ugw21rnpD5gMY5EIIFSMgIGAMZ3L1irdZQdDW0tQVlRIPZvCnXtdKXNTjQ2oEW YCsYrzWHISPNUu0weJcIFwxbWJ0uIH2Yettlo/q+kl9oMKBcIZxKSucXUDq/1UBpDJx8 CQ/zpzuPWVMgmsyHg5cel0F/tsud5KfIatct5viFUQZU98OerXs4C9pPOwIgu8VZW2EJ +mnQ== X-Gm-Message-State: AMke39n5+1Fw/6Ahu7L2YsMuBDq3NzttMMZw3SVe5uuiML1UcsSPIKOKmQ0ocBTE1I4Nlg== X-Received: by 10.223.134.69 with SMTP id 5mr25275733wrw.22.1489321074434; Sun, 12 Mar 2017 05:17:54 -0700 (PDT) Received: from sanghar (94.197.121.181.threembb.co.uk. [94.197.121.181]) by smtp.gmail.com with ESMTPSA id i82sm7826783wmf.1.2017.03.12.05.17.53 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Mar 2017 05:17:53 -0700 (PDT) Message-Id: <20170312121644.448468179@gmail.com> User-Agent: quilt/0.65 Date: Sun, 12 Mar 2017 12:16:44 +0000 From: okash.khawaja@gmail.com To: speakup@linux-speakup.org Subject: [patch 0/8] staging: speakup: introduce tty-based comms 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:17:57 -0000 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 normal functionality of the synth. We won't be sending lkml 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