mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-05 18:59:58 +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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue