Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753159AbWKGUhy (ORCPT ); Tue, 7 Nov 2006 15:37:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753192AbWKGUhy (ORCPT ); Tue, 7 Nov 2006 15:37:54 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:63670 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S1753159AbWKGUhx (ORCPT ); Tue, 7 Nov 2006 15:37:53 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SdvqZU1eUfL/gsRgYowrUInFeZWEpfibKU9QX7W9jkiFWVx2Jt8nG01va1rKyXspBs63a29KRLLBrLmdyRiV5R1VYE5HLv9smzxAiHF0BH5gi/Jy4vc18IPzz/G5WUv5vLRtv6oc3mAWquVnRLlxXSFzCZvqHBykhAmbpDOpmfE= Message-ID: Date: Tue, 7 Nov 2006 15:37:51 -0500 From: "Dmitry Torokhov" To: "Burman Yan" Subject: Re: [PATCH] HP Mobile data protection system driver with interrupt handling Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, khali@linux-fr.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1474 Lines: 41 On 11/7/06, Burman Yan wrote: > > >From: "Dmitry Torokhov" > >To: "Andrew Morton" > >CC: "Burman Yan" , linux-kernel@vger.kernel.org, "Jean > >Delvare" > >Subject: Re: [PATCH] HP Mobile data protection system driver with interrupt > >handling > >Date: Mon, 6 Nov 2006 17:18:53 -0500 > > > >On 11/6/06, Andrew Morton wrote: > >>On Fri, 03 Nov 2006 18:33:31 +0200 > >>"Burman Yan" wrote: > >> > + > >> > +static unsigned int mouse = 0; > >> > >>The `= 0' is unneeded. > >> > >> > +module_param(mouse, bool, S_IRUGO); > >> > +MODULE_PARM_DESC(mouse, "Enable the input class device on module > >>load"); > > > >Does the parameter have to be called "mouse"? I'd rename it to "input" > >and drop the work "class" from parameter description. > > Dropping the "class" seems logical, but calling the parameter input > seems confusing to me - to a user that doesn't want to read too much > manual/code and just wants to play around with the device (I do that > sometimes) > mouse sounds more reasonable to me. > Except that the device is more similar to a joystick than a mouse... -- Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/