Messages in this thread |  | | Date | Wed, 4 Apr 2007 16:16:50 -0700 | | From | Randy Dunlap <> | | 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |