Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED82BC61DA4 for ; Thu, 9 Feb 2023 15:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231524AbjBIPug convert rfc822-to-8bit (ORCPT ); Thu, 9 Feb 2023 10:50:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231463AbjBIPuc (ORCPT ); Thu, 9 Feb 2023 10:50:32 -0500 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BEB66312E; Thu, 9 Feb 2023 07:50:26 -0800 (PST) Received: (Authenticated sender: hadess@hadess.net) by mail.gandi.net (Postfix) with ESMTPSA id AA5CB100002; Thu, 9 Feb 2023 15:50:22 +0000 (UTC) Message-ID: Subject: Re: [PATCH v2 3/3] HID: logitech-hidpp: Add myself to authors From: Bastien Nocera To: Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Kosina , "Peter F . Patel-Schneider" , Filipe =?ISO-8859-1?Q?La=EDns?= , Nestor Lopez Casado Date: Thu, 09 Feb 2023 16:50:21 +0100 In-Reply-To: <20230209145331.qqryivtatswdxvlf@mail.corp.redhat.com> References: <20230206221256.129198-1-hadess@hadess.net> <20230206221256.129198-3-hadess@hadess.net> <20230209145331.qqryivtatswdxvlf@mail.corp.redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.46.3 (3.46.3-1.fc37) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2023-02-09 at 15:53 +0100, Benjamin Tissoires wrote: > On Feb 06 2023, Bastien Nocera wrote: > > Signed-off-by: Bastien Nocera > > --- > > > > Same as v1 > > > >  drivers/hid/hid-logitech-hidpp.c | 1 + > >  1 file changed, 1 insertion(+) > > > > diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid- > > logitech-hidpp.c > > index 9e94026de437..03b77ca03081 100644 > > --- a/drivers/hid/hid-logitech-hidpp.c > > +++ b/drivers/hid/hid-logitech-hidpp.c > > @@ -30,6 +30,7 @@ > >  MODULE_LICENSE("GPL"); > >  MODULE_AUTHOR("Benjamin Tissoires > > "); > >  MODULE_AUTHOR("Nestor Lopez Casado "); > > +MODULE_AUTHOR("Bastien Nocera "); > > Just FTR, I have asked Bastien to set himself as an author given all > of > the work he has been doing on this and to have one more person to be > the > go-to person from folks having an issue. > > And Bastien, would you mind adding yourself to the MAINTAINERS file > too? > This way you'll get Cc-ed when people submit patches. Done in v3 specifically for the hidpp file.