From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 544C41C02DD; Tue, 28 Jul 2020 20:36:28 -0400 (EDT) Received: from hera.aquilenet.fr (hera.aquilenet.fr [185.233.100.1]) by befuddled.reisers.ca (Postfix) with ESMTPS id 6E11B1C0170 for ; Tue, 28 Jul 2020 20:36:26 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 59C08A608; Wed, 29 Jul 2020 02:36:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8TYzVrFxfY_g; Wed, 29 Jul 2020 02:36:23 +0200 (CEST) Received: from function (lfbn-bor-1-797-11.w86-234.abo.wanadoo.fr [86.234.239.11]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C7FF2A5BF; Wed, 29 Jul 2020 02:36:23 +0200 (CEST) Received: from samy by function with local (Exim 4.94) (envelope-from ) id 1k0a51-003o5G-4E; Wed, 29 Jul 2020 02:36:23 +0200 Date: Wed, 29 Jul 2020 02:36:23 +0200 From: Samuel Thibault To: Joe Perches Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, speakup@linux-speakup.org Subject: Re: [PATCH] staging/speakup: Move out of staging Message-ID: <20200729003623.d42ljafn6sd7y2be@function> Mail-Followup-To: Samuel Thibault , Joe Perches , linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, speakup@linux-speakup.org References: <20200728211208.691249-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) 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: Wed, 29 Jul 2020 00:36:28 -0000 Joe Perches, le mar. 28 juil. 2020 17:24:47 -0700, a ecrit: > On Tue, 2020-07-28 at 23:12 +0200, Samuel Thibault wrote: > > diff --git a/MAINTAINERS b/MAINTAINERS > [] > > @@ -16077,6 +16077,15 @@ Q: https://patchwork.kernel.org/project/linux-sparse/list/ > > B: https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools > > F: include/linux/compiler.h > > > > +SPEAKUP CONSOLE SPEECH DRIVER > > +M: William Hubbs > > +M: Chris Brannon > > +M: Kirk Reiser > > +M: Samuel Thibault > > +L: speakup@linux-speakup.org > > +W: http://www.linux-speakup.org/ > > +F: drivers/accessibility/speakup/ > > S:? Supported / Maintained / Odd Fixes ? Ah, yes. I should have read the documentation at the top, instead of assuming that "S:" standed for the reason for being in "S"taging. Submitted a v2. Samuel