From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id D497C1F07EF; Sun, 26 Feb 2017 04:43:16 -0500 (EST) Received: from mail-qk0-x242.google.com (mail-qk0-x242.google.com [IPv6:2607:f8b0:400d:c09::242]) by befuddled.reisers.ca (Postfix) with ESMTPS id 4EAA31F07CC for ; Sun, 26 Feb 2017 04:43:14 -0500 (EST) Received: by mail-qk0-x242.google.com with SMTP id n127so10572851qkf.2 for ; Sun, 26 Feb 2017 01:43:14 -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; bh=AcRrRxCthKsreLLStF2aIF6zafxNDU0eGdT1EOMw9Lc=; b=vhUwJ82+i1klLmVjyrLfzy+LCcImVlYMEmTjqRp3YAIWHTp7LXUrBMEAp99AIWHzQ3 avhEQpdNEi4035Lcgr0nvwZ2dtJ3OIUNVdu4LHU8ViqRV3p9QY+9arX1SKRXQEOTdaPZ DaM1O+uWsllCtlgZA9ak5wg3KlSZSwyqZYEVE/eHPMef0MHk/fQ+05APBr0+3uMrh58z u3lAOjv1zJu6+F4dKHFUP9w4PWiA74Q+Qq8qP9F5e/7K4j5WwNEcCMear9g5x5q/Ts1R KPjMYgTtDXsZSMA/1UkJ/AYBUGUG8GDKztYIIkOZSmD2LhLhhIj8k9B4QQfY8WtHferV hHIA== 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; bh=AcRrRxCthKsreLLStF2aIF6zafxNDU0eGdT1EOMw9Lc=; b=KE3UXl3U06mKTyztibgYnVjKEenrkblDOxaecnRlfLIj4vBn+W5zb2+U52xUS07Tkq oPCsGfW+fv4oYhBAABMTiVMVKghP8C9OSE1j7h3rBxa5QyXQMJNB/9RVPpdGxtjvTmD/ fDuFOdYd4zzBgTp2F184PY7Td62Bret52m4TTtFkJo+Sd55Z7YoLQ4qN0SdVjRzsPtNx iCnQv+/Jmd72i2cyMqlViICYSRHhqZF/9rN1vRh6P8Mvf8bTxuwH1Yg+RxFHjFygEn49 WHsEWgo5IcQeeAQRlsayMYK0vNALvGU8YZ/Hy/VK80fniq52vB6x7NYoIACdMctYQaFz 3K9A== X-Gm-Message-State: AMke39k/xm0pUouFcUp+n0VI8dtlF33X992m9jHyh8ipwwfmWH//PMQUmaQqmJKf+3vCllqIiNQEAdXX8RqhAw== X-Received: by 10.55.88.66 with SMTP id m63mr11100084qkb.270.1488102186310; Sun, 26 Feb 2017 01:43:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.44.193 with HTTP; Sun, 26 Feb 2017 01:43:05 -0800 (PST) In-Reply-To: References: <20170225191801.GA4482@sanghar> From: Okash Khawaja Date: Sun, 26 Feb 2017 09:43:05 +0000 Message-ID: Subject: Re: [patch 0/6] staging: speakup: Introduce TTY-based comms To: "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: Sun, 26 Feb 2017 09:43:16 -0000 Hi Trevor, The version that I have tested these on is 4.10.0. However, apart from the first patch, most of the changes are within speakup code. So patches should apply cleanly and work with older kernels as long as it's not too old. Thanks, Okash > On 26 Feb 2017, at 00:12, Trevor Astrope wrote: > > Hi Okash, > > Thanks for all the work you've done! > > What is the minimum kernel version these patches can be applied against? > > Trevor > >> On Sat, 25 Feb 2017, Okash Khawaja 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. Please test them if possible. >> >> Thanks, >> Okash >> _______________________________________________ >> Speakup mailing list >> Speakup@linux-speakup.org >> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup