[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070404161650.e05049e4.randy.dunlap@oracle.com>
Date: Wed, 4 Apr 2007 16:16:50 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Bjorn Helgaas <bjorn.helgaas@...com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Keith Owens <kaos@....com.au>, Len Brown <lenb@...nel.org>,
Adam Belay <ambx1@....rr.com>,
Matthieu CASTET <castet.matthieu@...e.fr>,
Jean Tourrilhes <jt@....hp.com>,
Matthew Garrett <mjg59@...f.ucam.org>,
Ville Syrjala <syrjala@....fi>,
Russell King <rmk+serial@....linux.org.uk>,
linux-serial@...r.kernel.org, Samuel Ortiz <samuel@...tiz.org>,
linux-kernel@...r.kernel.org
Subject: Re: [patch 4/5] smsc-ircc2: add PNP support
On Wed, 04 Apr 2007 16:45:40 -0600 Bjorn Helgaas wrote:
> Index: w/drivers/net/irda/smsc-ircc2.c
> ===================================================================
> --- w.orig/drivers/net/irda/smsc-ircc2.c 2007-04-04 13:45:18.000000000 -0600
> +++ w/drivers/net/irda/smsc-ircc2.c 2007-04-04 13:47:00.000000000 -0600
> @@ -79,6 +79,10 @@
> MODULE_DESCRIPTION("SMC IrCC SIR/FIR controller driver");
> MODULE_LICENSE("GPL");
>
> +static int smsc_nopnp;
> +module_param_named(nopnp, smsc_nopnp, bool, 0);
> +MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
Document this parameter (like you did "legacy_serial.force" in the
other patch -- thanks).
> #define DMA_INVAL 255
> static int ircc_dma = DMA_INVAL;
> module_param(ircc_dma, int, 0);
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists