* [PATCH] Document the fact that smsc-ircc2 will not use PNP by default
@ 2007-08-27 1:11 Jonathan Bastien-Filiatrault
0 siblings, 0 replies; only message in thread
From: Jonathan Bastien-Filiatrault @ 2007-08-27 1:11 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
This avoids user confusion when they see that their device is not detected.
---
drivers/net/irda/smsc-ircc2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
[-- Attachment #2: 084845a8adb2fde43fd8865f2bad07df781e79a8.diff --]
[-- Type: text/x-patch, Size: 523 bytes --]
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c
index 36ab983..a8a0b2c 100644
--- a/drivers/net/irda/smsc-ircc2.c
+++ b/drivers/net/irda/smsc-ircc2.c
@@ -81,7 +81,7 @@ MODULE_LICENSE("GPL");
static int smsc_nopnp = 1;
module_param_named(nopnp, smsc_nopnp, bool, 0);
-MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
+MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings, defaults to true");
#define DMA_INVAL 255
static int ircc_dma = DMA_INVAL;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-27 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 1:11 [PATCH] Document the fact that smsc-ircc2 will not use PNP by default Jonathan Bastien-Filiatrault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox