From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 280911F0B14; Sat, 11 Mar 2017 08:06:20 -0500 (EST) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) by befuddled.reisers.ca (Postfix) with ESMTPS id 35BE81F0812 for ; Sat, 11 Mar 2017 08:06:18 -0500 (EST) Received: by mail-wm0-x230.google.com with SMTP id n11so12300521wma.0 for ; Sat, 11 Mar 2017 05:06:18 -0800 (PST) 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=h4hMlfCXT9LJQB3vQT5gZPEaq4XJAg6248ca/uDxmN8=; b=qMVWKdjynzpQ6GG3xAQbD5CDm/dMF0Z/nkhf+PJtiym3oOSbnyJNV8+Y7kzOS+Sjn4 Uls2/0i0f/WeCoaU0EwdXQJWgh7XrXG0zdq+M9pb5G/IIZOBBTaNiSdd1C+/rxCOsGgI HPQXdqGioG4jOms6394FsdhqzCMsUmm0CXHTHuCqt8hvSplzf0jUIP2iJLSQdcsmy9ZP 62yuJ7Mu+Zh7xswEjnUB+JZj65S1dBHH1GRvcWe3rqh2iykbcMhBvVVNNONrl7cVLnCa 0E0v7Yx1EgrYO9me1doWBRD1Sd/lPRFz99ifCooHtdO4tRv35/zfkgu//UgVaQ2CUYKm GJDg== 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=h4hMlfCXT9LJQB3vQT5gZPEaq4XJAg6248ca/uDxmN8=; b=m7yz4lnD+XnFARrjDahTpdEo04o8wuBvS7Kf5espgsGunz4UPOUxwHaOZTyjiyJ7FR +TvuqCWS+FHvba5LGekqndS3r12nDF+5IaAh9l8jRMBqkObc/46lhbdpITCockNdTJWM 55okk38OLGbs0ySZm24t4ndS6jZbRTSLo5FBZQ/cQj/1//m9TjZITkQ984A3PcQf6kkm AP09YppW0VWl6xfBuXD1ETOau1oRgarMLT9PEqnVJ8wGD3DbE6Bsq/CDahsYKMyVAsUd ycPX/QV7Yd3BNeIQJkNe1PbBnKhYHs6Je5xaYvq5W8jex1i3x1PJp/7dZsxhdRwTfNJz uF+Q== X-Gm-Message-State: AFeK/H3VMhpgTT5o6aGqoDy36yjgpkyLp5C9LOMp354WuywA8o13g7usJOn8WvUr+Tt6yQ== X-Received: by 10.28.102.86 with SMTP id a83mr3155078wmc.76.1489237572755; Sat, 11 Mar 2017 05:06:12 -0800 (PST) Received: from sanghar (94.197.121.181.threembb.co.uk. [94.197.121.181]) by smtp.gmail.com with ESMTPSA id c76sm3586045wme.23.2017.03.11.05.06.11 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 11 Mar 2017 05:06:12 -0800 (PST) Message-Id: <20170311130524.142875025@gmail.com> User-Agent: quilt/0.65 Date: Sat, 11 Mar 2017 13:05:24 +0000 From: okash.khawaja@gmail.com To: samuel.thibault@ens-lyon.org Cc: speakup@linux-speakup.org Subject: [patch 0/7] 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: Sat, 11 Mar 2017 13:06:20 -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, dectlk and txprt. Please note that these apply cleanly on top of the latest staging tree, which includes unicode changes recently merged. Thanks, Okash