aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/smsc-ircc2.c
diff options
context:
space:
mode:
authorJonathan Bastien-Filiatrault <joe@dastyle.net>2007-09-27 01:34:25 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:52:55 -0400
commit32db927686f6d475fc05b6229f82ed576c0c8096 (patch)
tree4647808f0fe658aeeae1f7a7088b1341367059e5 /drivers/net/irda/smsc-ircc2.c
parent58c14a8fe64d047218522cf2f18a2d7f24c12f51 (diff)
[IRDA]: Document the fact that smsc-ircc2 will not use PNP by default
This avoids user confusion when they see that their device is not detected. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/smsc-ircc2.c')
-rw-r--r--drivers/net/irda/smsc-ircc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c
index 029fdde2a4d3..7e7b5828214a 100644
--- a/drivers/net/irda/smsc-ircc2.c
+++ b/drivers/net/irda/smsc-ircc2.c
@@ -81,7 +81,7 @@ MODULE_LICENSE("GPL");
81 81
82static int smsc_nopnp = 1; 82static int smsc_nopnp = 1;
83module_param_named(nopnp, smsc_nopnp, bool, 0); 83module_param_named(nopnp, smsc_nopnp, bool, 0);
84MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings"); 84MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings, defaults to true");
85 85
86#define DMA_INVAL 255 86#define DMA_INVAL 255
87static int ircc_dma = DMA_INVAL; 87static int ircc_dma = DMA_INVAL;