mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 08:00:09 +00:00
[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>
This commit is contained in:
parent
58c14a8fe6
commit
32db927686
@ -81,7 +81,7 @@ MODULE_LICENSE("GPL");
|
|||||||
|
|
||||||
static int smsc_nopnp = 1;
|
static int smsc_nopnp = 1;
|
||||||
module_param_named(nopnp, smsc_nopnp, bool, 0);
|
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
|
#define DMA_INVAL 255
|
||||||
static int ircc_dma = DMA_INVAL;
|
static int ircc_dma = DMA_INVAL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user