From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 499911F0200; Sat, 29 Apr 2017 03:38:24 -0400 (EDT) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) by befuddled.reisers.ca (Postfix) with ESMTPS id 628451F0201 for ; Sat, 29 Apr 2017 03:38:02 -0400 (EDT) Received: by mail-it0-x230.google.com with SMTP id 70so53919957ita.0 for ; Sat, 29 Apr 2017 00:38:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:from:to:subject:date:mime-version :content-transfer-encoding:in-reply-to:references; bh=RkFtRx0BEnaA4XUdA74J6TLS2r9C+CJrZ/z61eD3WYU=; b=CcR7I+iDyJv/DwP+BBnKh6SRzdXU+A0IL6yo4h917S7frBcuO9DRQ0LZfxj7fjXaFC 1c4f9fRKzVe2AWeVRgfO/4eSobjjN1onUEFgYPi469MmnEM/CgBXlWlDCs8Qq8zQV/p+ 8b+l0G4ijPR73l7j0sa9r1XaEA3Y+pYZsbUvOpJJVJtyyC0lYwnHDZA/Wp0xJ0mvfOem yEwxsgfUkA8LxQo3vttYb2SqQWl0SOhQhIy2kSKeZKKFglU637dymIQj2BMulzK0ZaQz pwiUJekkkzt4OdBScDNCSYtX3P1tUtIlnCL/6t8PN8DwMGrn96+nhoUMCDG5DseXczIj jWpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-transfer-encoding:in-reply-to:references; bh=RkFtRx0BEnaA4XUdA74J6TLS2r9C+CJrZ/z61eD3WYU=; b=lKtnCxspSdp7s/+r8lhaPLwvjNPLqQGRqiuqKwpKZf9yfs/9RNB1DPKc4Qg2UCY2TG BmoAmpPbYBV7sLKf1zdHPzWxVq7wHe+QBTgMYPlH8p0rGwH0614JRO6008PoRxWeXgd+ XnCrJSaPcULq3wept1BKDG7JSqJo4y5MU72soVXkYl+aInrXXpXg4SPtY/A3W0SUkwyd dS2uPL1ICXqv2E/j4O1piH51VaCBvUJzgpbx0bbIWV+LBq+g/2FVU4PsZ2rctVJrmYeD QXWEWBaRq/FpF7jUrthKHcYikYsW+2irZPrIcQ5bveXgCcO5aHNXbazZ+QuGEjxXot1O 9Bcg== X-Gm-Message-State: AN3rC/4aM1lD+otBZknkGviYVthUPPT5BUKEGVQZaIHbis1Mz9ccv24I kJy2Si1zSShwejjT X-Received: by 10.36.3.13 with SMTP id e13mr13013660ite.112.1493451479002; Sat, 29 Apr 2017 00:37:59 -0700 (PDT) Received: from [192.168.1.117] (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id e191sm920675ita.9.2017.04.29.00.37.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Apr 2017 00:37:58 -0700 (PDT) Message-ID: <20170429.073726.616.3@[192.168.1.117]> From: "Rob" To: "Speakup is a screen review system for Linux." Subject: Re: staging: speakup: add send_xchar, tiocmset and input functionality for tty Date: Sat, 29 Apr 2017 02:37:26 -0500 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable In-Reply-To: <20170429083948.GA2623@sanghar> References: <20170429083948.GA2623@sanghar> X-Mailer: POP Peeper (4.4.0.1001) 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:38:25 -0000 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.