Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cbcdd772ff43de58cc0d9de76ae9d05e2dd98bc0
Commit:     cbcdd772ff43de58cc0d9de76ae9d05e2dd98bc0
Parent:     84288ad89e9736c7478e138f247397b9ab7a9d28
Author:     Bjorn Helgaas <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 1 12:06:49 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Jul 1 12:29:44 2007 -0700

    smsc-ircc2: bypass PNP detection until we get the quirks worked out
    
    Don't use PNP detection by default yet.  We have some PNP and BIOS issues
    to work out first.
    
    Sample problem on a Toshiba Portege 4000: the SMCf010 device is handed off
    disabled.  We assign I/O ports originally assigned to the SMCf010 to a
    PCMCIA device instead.  We enable the SMCf010, configuring it to use
    disjoint ports, but _SRS doesn't work correctly, so the device doesn't
    work.
    
    Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]>
    Cc: Andrey Borzenkov <[EMAIL PROTECTED]>
    Cc: Adam Belay <[EMAIL PROTECTED]>
    Cc: Michal Piotrowski <[EMAIL PROTECTED]>
    Cc: Samuel Ortiz <[EMAIL PROTECTED]>
    Cc: "David S. Miller" <[EMAIL PROTECTED]>
    Cc: Jeff Garzik <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 2803b37..36ab983 100644
--- a/drivers/net/irda/smsc-ircc2.c
+++ b/drivers/net/irda/smsc-ircc2.c
@@ -79,7 +79,7 @@ MODULE_AUTHOR("Daniele Peri <[EMAIL PROTECTED]>");
 MODULE_DESCRIPTION("SMC IrCC SIR/FIR controller driver");
 MODULE_LICENSE("GPL");
 
-static int smsc_nopnp;
+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");
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to