All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Bastien-Filiatrault <joe@dastyle.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Document the fact that smsc-ircc2 will not use PNP by default
Date: Sun, 26 Aug 2007 21:11:12 -0400	[thread overview]
Message-ID: <46D224B0.2060000@dastyle.net> (raw)

[-- 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;


                 reply	other threads:[~2007-08-27  1:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46D224B0.2060000@dastyle.net \
    --to=joe@dastyle.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.