From mboxrd@z Thu Jan 1 00:00:00 1970 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 AB2EAC00140 for ; Thu, 18 Aug 2022 13:10:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239276AbiHRNKp (ORCPT ); Thu, 18 Aug 2022 09:10:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244970AbiHRNKd (ORCPT ); Thu, 18 Aug 2022 09:10:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEE3625FC for ; Thu, 18 Aug 2022 06:10:32 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8972D615FF for ; Thu, 18 Aug 2022 13:10:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F43FC433C1; Thu, 18 Aug 2022 13:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660828232; bh=/z65G4XV6/Cm7ol73EKvoAo8awnGRPFaiPS8khMIJuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sEYF46B6AbRzQkWl73cYzZ3wkiA+u37VHTiw5DbWMb+EFtHVP9ovm565dmZiEkcPe Cu/68SgC8jJPD3LCsOGRTQRRmMWT5JxPUGewVDG1XQWVKrHRpcIA4KoVpePsZcEynN dTKFt1IsgQ5n8EZC3ZBgXSThmfs/4lb86TrmUt1M= Date: Thu, 18 Aug 2022 15:10:29 +0200 From: Greg KH To: Pavel Rojtberg Cc: linux-input@vger.kernel.org, dmitry.torokhov@gmail.com, Jasper Poppe , Jeremy Palmer , Ruineka , Cleber de Mattos Casali , Kyle Gospodnetich Subject: Re: [PATCH 1/4] Input: xpad - add supported devices as contributed on github Message-ID: References: <20220818130021.487410-1-rojtberg@gmail.com> <20220818130021.487410-2-rojtberg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818130021.487410-2-rojtberg@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Thu, Aug 18, 2022 at 03:00:18PM +0200, Pavel Rojtberg wrote: > From: Pavel Rojtberg > > This is based on multiple commits at https://github.com/paroj/xpad > > Signed-off-by: Jasper Poppe > Signed-off-by: Jeremy Palmer > Signed-off-by: Ruineka > Signed-off-by: Cleber de Mattos Casali > Signed-off-by: Kyle Gospodnetich > Signed-off-by: Pavel Rojtberg Why not just submit the individual commits? Also, should this be backported to stable kernels? thanks, greg k-h