From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 6B3A31F0963; Wed, 8 Feb 2017 17:43:10 -0500 (EST) Received: from mail-qk0-x241.google.com (mail-qk0-x241.google.com [IPv6:2607:f8b0:400d:c09::241]) by befuddled.reisers.ca (Postfix) with ESMTPS id 4EE9C1F095D for ; Wed, 8 Feb 2017 17:43:08 -0500 (EST) Received: by mail-qk0-x241.google.com with SMTP id e1so19952720qkh.1 for ; Wed, 08 Feb 2017 14:43:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=4icGEgZjA0ofuwJk4s1/Zbxo/p56Wx1B3zCdpFH0+Pw=; b=PVFsuFBVMYEgYxkRgwo4yM4iDHj+rvA2yMIugmZBk0orE7y/iIqDN7arPmrCD6jA2k 5Z70Yvt6D7pvdffujhvKNrlR+ZS7zw27Suz3cQsuNTHL4cXz8lHnj+hnJys88vBf7G4H xUEbe6gy+0N/sIoifJtWuvtq7S4wLsdnFxLGugERda93CXBgM0eNn3/zDlXzpS0fzaag sN4ruLxGfnn7028cOB1xZpRSnLuILZOqf7Xkfe1trHmFmnJXbc5dt0Qga+uD+8hQDRDA LqJ8XB92nrTXWQG4h/HU63/B764G1rutqbJsk8hnhnLRD9AVefpZXS25TT15opNx0kI6 mZHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=4icGEgZjA0ofuwJk4s1/Zbxo/p56Wx1B3zCdpFH0+Pw=; b=Xe/1sIfcvGTyWehiYirZFBuO6PlAPQo4ivE/HuWhoNqBZTKhQ8EJcKR9mn97a9ztm7 ECItXCAJBgZ8EWppgrsQTOu/UUdSx/tC8cAEx0QAyPunMxTy4QhYcM7ccyHs921rJ6dK v++Nh4vrqhSf5C/zrLuTCvvFEvGink4yfpwqRe2EjHptE9E3cfNPGUEDLLz2C9ryzXfP 4N/mBVkl1KbDBgZ88lNpik/5uVs6NJxXlaUF7qpGcdJzUXeiZ8NbLFMkRakatHMKs7Fz JIcZn/+Bnm5nQOmrNFzx+lAh4SUCkQYeHDhdLIvAKRZZ8WFalMLnR+4rhCWcbT+u5sjX McOw== X-Gm-Message-State: AMke39kA7r72y0isKCd8CRqXShXRoAfYiAxVgfmZqpZgo3vhDr+Fk5p+tCBuvag0KebiHPCnfgoeb/3TxQeR0Q== X-Received: by 10.55.3.67 with SMTP id 64mr13674800qkd.244.1486593787638; Wed, 08 Feb 2017 14:43:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.44.8 with HTTP; Wed, 8 Feb 2017 14:43:07 -0800 (PST) From: Okash Khawaja Date: Wed, 8 Feb 2017 22:43:07 +0000 Message-ID: Subject: [PATCH 0/5] staging: speakup: replace serial comms with tty io 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: Wed, 08 Feb 2017 22:43:11 -0000 Hi, Sending these as a series of patches. After applying all, speakup_dummy should use tty to write out on /dev/ttyS0. Other drivers should function the same way they did before applying. Please test what you can. Thanks, Okash