From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 0DE8B1F0508; Sat, 3 Jun 2017 10:37:25 -0400 (EDT) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) by befuddled.reisers.ca (Postfix) with ESMTPS id 96A701F0506 for ; Sat, 3 Jun 2017 10:37:23 -0400 (EDT) Received: by mail-wr0-x22c.google.com with SMTP id v104so19028190wrb.0 for ; Sat, 03 Jun 2017 07:37:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=wHKQJVJf6y+BWiSCH7AyS7FhqldVlmWnjnegIDcVoIM=; b=uZAL2oAmuGqNCyMYATv7IUmkXJo4gmuazPkynGrluFrJp0zKyxLBbev2wKUbCFo0Cy mY4DWx9cQDCbdd8S02rxJV4ZFS6l+gAF3dvy4S3S6ztAL9wEcmmhDDapVZPmiNIQ78fg lQSzxIslBF5gyXZTo2a7+64+D2n44Q1O0WyNlq5+QKGJrP3ykfG3x9qOx/QNZRZ9Et2G sAU5e3qQ1E14JarQQxVnDSPYyb37Bb+vp/DCa3Z81LdsSQI46ikrBZ5ditagquXvRieI 3RHdwjbuUc0bhEo3qvKfC7nE5VcFu8Q+xxI+R6Nv266fFTE7eMo00fv6zq6ofKHrPcrm f6eA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=wHKQJVJf6y+BWiSCH7AyS7FhqldVlmWnjnegIDcVoIM=; b=EutVyRspfQcf1J8cVugtluYUy+3NbHV1PgCQCzFrW1XFH/HQ7K7jRUzWtDXhOYUuga 8/YYDhJRodxivISXBdCfln9bufw47hq1vCqFP5C9kR6CBHa3sHVpjUuX2Gt5P5db4rNJ PVn5ajrsQneXY1O2PKMWc8AfnMBITjXa8h755bkVK5I7gGDeSNLGf2fXhr/HfZHBbS4k LJbGemFLVthVEkGiD4M1KomiLHv6veX9eOGi98O0eFIVDzOwBDPrDszgrbPi7A9KND1R b5BztwgDf6jFpxkLVxrxyIbMY3atH/+uq7g8UGSX8b5Upg1bKlw1G/H8gy0Mkf62f0tv XqLw== X-Gm-Message-State: AODbwcAeux2ff+Ko/A3wURDbfsBDlHhPMjWEqDfzBrb2HpzlijnHHG2x Ynpe6ZWlzFplJee2lDQ= X-Received: by 10.223.162.156 with SMTP id s28mr7889086wra.97.1496500634534; Sat, 03 Jun 2017 07:37:14 -0700 (PDT) Received: from [10.30.88.87] (188.29.165.154.threembb.co.uk. [188.29.165.154]) by smtp.gmail.com with ESMTPSA id q77sm4356157wmd.31.2017.06.03.07.37.13 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 03 Jun 2017 07:37:13 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: supporting more than ttyS* From: Okash Khawaja X-Mailer: iPhone Mail (11A501) In-Reply-To: <20170603141650.263fhmbkmjzmph6g@var.youpi.perso.aquilenet.fr> Date: Sat, 3 Jun 2017 15:37:09 +0100 Cc: "Speakup is a screen review system for Linux." Content-Transfer-Encoding: quoted-printable Message-Id: References: <20170602233159.GA13309@gregn.net> <20170602235657.hp5ta2g6jvrsijle@var.youpi.perso.aquilenet.fr> <20170603004451.GA24509@gregn.net> <20170603123241.dvmmhbdq2cwz7nnl@var.youpi.perso.aquilenet.fr> <340826EC-45C1-4894-86C6-D41AB201C676@gmail.com> <20170603141650.263fhmbkmjzmph6g@var.youpi.perso.aquilenet.fr> To: "Speakup is a screen review system for Linux." 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, 03 Jun 2017 14:37:25 -0000 > On 3 Jun 2017, at 15:16, Samuel Thibault wr= ote: >=20 > Okash Khawaja, on sam. 03 juin 2017 14:32:46 +0100, wrote: >> This sounds great. /dev/lp* support should be straightforward. I am think= ing of adding ttyS* and ttyUSB* in the first pass. And then add lp* afterwar= ds as that may require testing. Let me know if that's okay. >=20 > I'd say directly implement lp* too, so people can test already. Since > it's chosen by a kernel parameter, it's not a problem if it actually > fails somehow, even the nastiest way. Cool, sounds good