From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alfred E. Heggestad" Subject: Re: [PATCH] Driver for VoIP CM109 Chipset Date: Thu, 07 Feb 2008 19:39:20 +0100 Message-ID: <47AB5058.6090507@db.org> References: <47A8D792.80701@db.org> <200802052223.26399.carlos@strangeworlds.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from submit01.sysedata.no ([195.159.29.244]:45044 "EHLO submit01.sysedata.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750739AbYBGSje (ORCPT ); Thu, 7 Feb 2008 13:39:34 -0500 In-Reply-To: <200802052223.26399.carlos@strangeworlds.co.uk> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Carlos Corbacho Cc: dtor@mail.ru, linux-input@vger.kernel.org Carlos Corbacho wrote: > Two minor nitpicks. > Hi Carlos, thanks for your feedback. I just updated the patch, and submitted a new version.. /alfred > On Tuesday 05 February 2008 21:39:30 Alfred E. Heggestad wrote: >> +/* >> + * drivers/input/misc/cm109.c > > Don't put the filename in the source file - this is now generally frowned > upon. Instead, replace that with a title/ short description for the driver. > > e.g. Move this line up instead to the top, rather than burying it under the > copyright notice: > > Driver for the VoIP USB phones with CM109 chipsets. > >> + * History: >> + * 20080205 alfredh Upgrade to 2.6.24 >> + * 20070829 alfredh Added keymap for Genius G-talk (thanks Shaun) >> + * 20070826 alfredh 2.6.22.5, added to blacklist in hid-quirks.c >> + * 20070626 alfredh 2.6.22-rc6, linux-input peer review >> + * 20070616 alfredh Adapt for kernel 2.6.22-rc4 >> + * 20070615 alfredh Change GFP_KERNEL -> GFP_ATOMIC >> + * 20070610 alfredh Buzzer through input SND_TONE/SND_BELL >> + * 20070227 alfredh Draft version with keyboard scan and buzzer > > ChangeLog's/ history should go in the commit message, not the code. It's the > job of the revision control system to maintain the history of the code, not > the codes job. > > -Carlos