diff options
author | Jonathan Bastien-Filiatrault <joe@dastyle.net> | 2007-09-27 01:34:25 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:55 -0400 |
commit | 32db927686f6d475fc05b6229f82ed576c0c8096 (patch) | |
tree | 4647808f0fe658aeeae1f7a7088b1341367059e5 /drivers/net/irda | |
parent | 58c14a8fe64d047218522cf2f18a2d7f24c12f51 (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')
-rw-r--r-- | drivers/net/irda/smsc-ircc2.c | 2 |
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 | ||
82 | static int smsc_nopnp = 1; | 82 | static int smsc_nopnp = 1; |
83 | module_param_named(nopnp, smsc_nopnp, bool, 0); | 83 | module_param_named(nopnp, smsc_nopnp, bool, 0); |
84 | MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings"); | 84 | MODULE_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 |
87 | static int ircc_dma = DMA_INVAL; | 87 | static int ircc_dma = DMA_INVAL; |