From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A98742E1C7E for ; Tue, 8 Jul 2025 15:21:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751988060; cv=none; b=rqZ+PlFkOAo0I+w8OiId6jFq5C5MrgwnsAfacaX6eM1A7Uh5YdqJghyCE++AsLHWOy1jnV59TnfBhZO5d3DVpXA/tVnJKhCSBtefUzUYVqXmPPlUFJfQoU44IpOj5EILGUFx3gQEgaBxHxMzl6n2mpMFIfXZUxdc6uiA+RbDDXE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751988060; c=relaxed/simple; bh=Jl8nDac21d6aO+lLe0HH42UEuj+RjbsDvvlsVPN1Nj8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pZU0H/NX8adnC8DMDCQF30WsPyQ/t3qBeLvifHt5ZbGyRkG4h/h2xVN9chuZs+ezS3dKr+Nf8Nm6RsELqUseTmrEd6AgrJ76DEcMciupDARDGC4+lTL/E0u2G0ZjXvQweuoPusmsWNWQ5ZCMwab4pcYYUUFLoev7XE2gVIzH1cc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Qh4Kk4wS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Qh4Kk4wS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F244C4CEED; Tue, 8 Jul 2025 15:20:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1751988060; bh=Jl8nDac21d6aO+lLe0HH42UEuj+RjbsDvvlsVPN1Nj8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qh4Kk4wS5hyWhMdswubCVlvoDBryAQNZEfjq1/dt+1yNGicEfOOK/2rGhljbpIAjz IHN6TwPagqEiAd1Fx/UkJY4SLjaP5qMrKpiwIBx4/qE+JYG156iVO1TjKsK7x7rTM9 /y7V6tNgi8D03USIt5rmCORnlsUu37EIA+CncaV0= Date: Tue, 8 Jul 2025 17:20:34 +0200 From: Greg KH To: Nilton Perim Neto Cc: vi@endrift.com, dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Subject: Re: Re: [PATCH] Changed Acer NGR200 to XTYPE_XBOX360 fixed the table because Message-ID: <2025070806-unpicked-protrude-400e@gregkh> References: <92a568ca-e08f-423a-9de0-3f5b2946e721@endrift.com> <20250708151204.14680-3-niltonperimneto@gmail.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250708151204.14680-3-niltonperimneto@gmail.com> On Tue, Jul 08, 2025 at 12:12:06PM -0300, Nilton Perim Neto wrote: > Not sure how to procceed with it, I only want to fix my mistake, > However I'm fairly new to doing git over the mail list (I just use > github/lab) It was previously on the wrong place and the wrong xtype, so I > changed it Now it is on the right place on the tree and the correct 360 XTYPE > Just want to correct those issues Please take a look at the kernel documentation for how to submit a patch, it describes how to write this changelog in a format that will be correct. thanks, greg k-h