From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id C77821EFBD4; Mon, 22 Oct 2018 12:05:26 -0400 (EDT) Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by befuddled.reisers.ca (Postfix) with ESMTPS id 6A1471EF958 for ; Mon, 22 Oct 2018 12:05:25 -0400 (EDT) X-IronPort-AV: E=Sophos;i="5.54,412,1534802400"; d="scan'208";a="282953489" Received: from unknown (HELO function) ([193.50.110.249]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/AES256-GCM-SHA384; 22 Oct 2018 18:05:23 +0200 Received: from samy by function with local (Exim 4.91) (envelope-from ) id 1gEchm-0005w0-Vn for speakup@linux-speakup.org; Mon, 22 Oct 2018 18:05:22 +0200 Date: Mon, 22 Oct 2018 18:05:22 +0200 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: Re: [PATCH] staging: speakup: refactor synths array to use a list Message-ID: <20181022160522.lfpwivhginqodvz5@function> References: <20181021174338.a2wgpnvz4vusmva7@function> <20181021205030.rsucn7vqdamoxtwr@function> <20181021220320.GA7142@gregn.net> <20181021220625.dwikdcelywwvcqrf@function> <98397e0b-adb0-812c-b15f-f3a664627b88@barrettpianos.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98397e0b-adb0-812c-b15f-f3a664627b88@barrettpianos.co.uk> Organization: I am not organized User-Agent: NeoMutt/20170113 (1.7.2) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.29 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: Mon, 22 Oct 2018 16:05:26 -0000 Keith Barrett, le lun. 22 oct. 2018 16:52:37 +0100, a ecrit: > Before I start, I take it I need to install a patched kernel, taking the > instructions from last time when Okash was making changes? All changes are in kernel 4.18 already, so you just need to apply my patch on the top of 4.18. Samuel