Greg:

Enough people are experiencing problems with the new device initialization 
scheme that it seems like a good idea to make the default behavior be to 
try the old scheme when the new one fails.  That's what this patch does, 
simply by changing the initial value of the use_both_schemes module 
parameter.

Alan Stern



Signed-off-by: Alan Stern <[EMAIL PROTECTED]>

===== drivers/usb/core/hub.c 1.225 vs edited =====
--- 1.225/drivers/usb/core/hub.c        2005-01-11 19:00:00 -05:00
+++ edited/drivers/usb/core/hub.c       2005-01-14 11:28:39 -05:00
@@ -75,7 +75,7 @@
 MODULE_PARM_DESC(old_scheme_first,
                 "start with the old device initialization scheme");
 
-static int use_both_schemes = 0;
+static int use_both_schemes = 1;
 module_param(use_both_schemes, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(use_both_schemes,
                "try the other device initialization scheme if the "



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to