From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 6CD4A1F0192; Sat, 29 Apr 2017 03:50:44 -0400 (EDT) Received: from mail-wr0-x234.google.com (mail-wr0-x234.google.com [IPv6:2a00:1450:400c:c0c::234]) by befuddled.reisers.ca (Postfix) with ESMTPS id DCC871F0180 for ; Sat, 29 Apr 2017 03:50:42 -0400 (EDT) Received: by mail-wr0-x234.google.com with SMTP id l9so43429553wre.1 for ; Sat, 29 Apr 2017 00:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=rY2M6aN6tpGdi2/lKMQgHfX9AltV2yJLnOViZcgGfPg=; b=HNmFwhV1WMd1sW5Jh05kXibSDTMBs+azcBPBwRj0K8i0zWE8XSZjI9ne9o+LzPUdva pCebAUOgTwcw5X/5nnW4RRxMAw1FBSZD3hY8MKkCPlgBYzX4W/P1ARZQxvqOmxQcvoon hlyX7JwS9YZdsqNkkT921iAFyjHdpczUegz7+5UEBNJ9UdFROg8z0s65MaQvKGJGxl82 bXFmkryPH0BSc+aqmkjf1sFZc1larpx1OP15rihYEULDU/rsEYE8lsH6+xVp9FecP8Ww gPAO6k8Hj6gT2jPF3bgc7sSUTlx7fS1Whcsdkaef2myZ1K4T3r5cfQN5OcjjTRG8aGav pY2Q== 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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rY2M6aN6tpGdi2/lKMQgHfX9AltV2yJLnOViZcgGfPg=; b=Cnvf1awcFt1kECv1BaOcjA8s+fMMY05E480qV2s1oIJarBLrMo2RkmhV7G2IohLxff BsU5FnBTLJkI66ejv/D3RQbSpvSeGIGL5NCF5FwZxucwhZN8hpcW488Kfm9Amd+lqXEa I76iOZRm5XICG6QZ/doFduEvEcBeBCF1aGMgGvfaO7iUB56Nw9AOhBZgiZPRi6yFji/u ucVdlrqnx55W3+AwRI7Whczmg58WJxW7Jz10E8ms9T+C/VJ/FDupgb2CsximWbYSc2j4 I/uPvOrc+5m6ZFh+SYAEpECfjCXw4dCP53pTiPFRkjslem7fOjqXTxqiMWUvB/wirwPQ OjvA== X-Gm-Message-State: AN3rC/5F0R/TDLb5ZAK4yNeka7uk5s9Th4ZsVXSDSTW87LSB9brtSPLp dsfL21UgR1e7Myg8 X-Received: by 10.223.165.14 with SMTP id i14mr6697718wrb.127.1493452241601; Sat, 29 Apr 2017 00:50:41 -0700 (PDT) Received: from sanghar ([2a00:23c4:7320:5e00:224:d6ff:fe76:7136]) by smtp.gmail.com with ESMTPSA id 92sm6988846wra.0.2017.04.29.00.50.40 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 29 Apr 2017 00:50:40 -0700 (PDT) Date: Sat, 29 Apr 2017 10:00:40 +0100 From: Okash Khawaja To: "Speakup is a screen review system for Linux." Subject: Re: staging: speakup: add send_xchar, tiocmset and input functionality for tty Message-ID: <20170429090040.GA2648@sanghar> References: <20170429083948.GA2623@sanghar> <20170429.073726.616.3@[192.168.1.117]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170429.073726.616.3@[192.168.1.117]> User-Agent: Mutt/1.8.2 (2017-04-18) 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, 29 Apr 2017 07:50:44 -0000 Hi Rob, On Sat, Apr 29, 2017 at 02:37:26AM -0500, Rob wrote: > Okash Khawaja wrote: > > This patch adds further TTY-based functionality, specifically implementation > of send_xchar and tiocmset methods, and input. > > Just out of curiosity, do you have all these patches archived somewhere so they can be applied all at once? I've not been following closely all the recent developments, so forgive me if this has already been answered. Yes, I created a set of instructions here https://github.com/bytefire/speakup-decext. The patches target kernel's staging-next branch which has some problems with USB (although that might have been fixed now). So the instructions target the latest stable release - 4.10.x. Although it says decext, the changes can be tested with any of the external synths. Please ask if you have questions. Related discussion is in this thread: http://linux-speakup.org/pipermail/speakup/2017-April/060629.html. Thanks, Okash