From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Henrik Rydberg" Subject: Re: [PATCH 3/4] hid-multitouch: migrate 3M PCT touch screens to the unified driver. Date: Wed, 9 Mar 2011 10:47:48 +0100 Message-ID: <20110309094748.GB3980@polaris.bitmath.org> References: <1299601979-4871-1-git-send-email-benjamin.tissoires@enac.fr> <1299601979-4871-4-git-send-email-benjamin.tissoires@enac.fr> <20110309084645.GB3569@polaris.bitmath.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:58021 "EHLO ch-smtp01.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756689Ab1CIJpw (ORCPT ); Wed, 9 Mar 2011 04:45:52 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Benjamin Tissoires Cc: Dmitry Torokhov , Jiri Kosina , Stephane Chatty , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, Mar 09, 2011 at 10:13:55AM +0100, Benjamin Tissoires wrote: > Hi Henrik > > On Wed, Mar 9, 2011 at 09:46, Henrik Rydberg wrote: > > Hi Benjamin, > > > > On Tue, Mar 08, 2011 at 05:32:58PM +0100, Benjamin Tissoires wrote: > >> Signed-off-by: Benjamin Tissoires > >> --- > > > > Semms this patch is missing a commit message. > > You can copy/paste this point to the other patches as well. > > How about: > "3M PCT touch screens can be handled by the unified driver. This will > ease future evolution. So, just move it." > > Then I'll copy/paste for the others. I bet every driver merge has its own considerations that deserve comment. A good commit message gives an introduction to the code change and gives some context to the reader. Richard made a nice one for the egalax driver. Henrik