From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 73D0F1EFD72; Fri, 18 Nov 2016 09:43:33 -0500 (EST) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) by befuddled.reisers.ca (Postfix) with ESMTPS id C7A3A1EFCCF for ; Fri, 18 Nov 2016 09:43:31 -0500 (EST) Received: by mail-it0-x242.google.com with SMTP id o1so4695740ito.1 for ; Fri, 18 Nov 2016 06:43:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4flQGXCNsslSew6Gsmysy++7FL39bAX/LyA9u9eeYRk=; b=cgqB3YOkuIY7JYP7PXqQEcpQ6PNujjJB6xNWp0EUecFjk887AdADBr2UI12NNOHbQF qpNWAHVgQCVOZDs9XcuPN0ta7Cm6jv2u7aEcagWH6aBTq0e3STKb7N9nChIY+TyTiaVp 90yOPpsztjP9KpYylztWNyZl+4r8lv30WgWtHoHbBqOg549MAYDXOxoyydnUB0mH+sAT Oqrfbgjc1dPrYupUR2QUYxKmWqMmCBwwi3lzfTJSeGzpSZzLXWKoRqscNLcmIppqI0ut HkPX89vcSKKGXw3MrdhIolNbdLIm2BAC3q0hxW/RzFTcOhUVUi7MndfsP7K0Y1blUbf7 9rSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=4flQGXCNsslSew6Gsmysy++7FL39bAX/LyA9u9eeYRk=; b=E3+/+KG6KZIKBqDJCyPw0+TWf+ntBUB0oKRQ+ZvcpgZIyI+MYI4mIrAVxG5uP7QtUP WuIpXoO+v2Dph5TsBGA8BjPhTZeEwqKFerNTfG8cogC+EppYANqnQL5Eexit4YwDrrMQ TOwfo7VbzoeOOSCQe4jW4Jq23w9ZS4KN9EfTE04Km1p7Vfhwro3VNGL0//84KR+eXgCh maQLQz6LJE1sDFNpmTZfpe63dA23+wBdxxAmBDZ09eiZOLby53ggrAw3Aemsu7G7KAv/ uHiXlNBNcrRP94cfiIroKKChAo6YqSvLWIhnSV3aXNqgZMXDGTzP3NDKWvNHwnNoIDzU 28gA== X-Gm-Message-State: AKaTC01fDDsbq++/vXBZgEkeuAVaSLNJfp00P/ve8tL2sO+RhRCqqs4YJsApKy6hp1PRKQ== X-Received: by 10.107.136.229 with SMTP id s98mr8479240ioi.171.1479480210769; Fri, 18 Nov 2016 06:43:30 -0800 (PST) Received: from db (CPEc03fd54e25a1-CM00fc8d424d60.cpe.net.cable.rogers.com. [99.236.54.233]) by smtp.gmail.com with ESMTPSA id 92sm3069673iom.34.2016.11.18.06.43.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Nov 2016 06:43:30 -0800 (PST) Date: Fri, 18 Nov 2016 09:43:28 -0500 From: David To: Okash Khawaja Cc: Samuel Thibault , John Covici , "Speakup is a screen review system for Linux." Subject: Re: Serial: Initial refactor Message-ID: <20161118144328.GA23992@db> References: <20161118074407.GA6256@var.labri.fr> <20161118123917.GC8282@var.labri.fr> <26E394E8-5AD1-415B-8194-D28D2A2C2EB0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26E394E8-5AD1-415B-8194-D28D2A2C2EB0@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 18 Nov 2016 14:43:33 -0000 Just add a few #defines in an #include file and there is no code change. #define spk_serial_out spk_serial_out2 etc.