Hi,

Here's a patch against 2.4.13-ac2 that removes the
CONFIG_USB_LARGE_CONFIG entry.  Thanks to Johannes Erdfelt for pointing
out the fact that this option is no longer being used.

thanks,

greg k-h



diff --minimal -Nru a/Documentation/Configure.help b/Documentation/Configure.help
--- a/Documentation/Configure.help      Fri Oct 26 14:30:52 2001
+++ b/Documentation/Configure.help      Fri Oct 26 14:30:52 2001
@@ -12264,18 +12264,6 @@
   of debug messages to the system log. Select this if you are having a
   problem with USB support and want to see more of what is going on.
 
-USB fetch large config
-CONFIG_USB_LARGE_CONFIG
-  This option changes the initial request for a config descriptor so
-  that some poorly designed devices will still work.  Some APC UPSes
-  need it.  Basically, the usb subsystem sends a request for a short
-  (8 byte) config, just to find out how large the real config is.
-  Incorrectly implemented devices may choke on this small config
-  request.  This option make the initial request for a quite large
-  config (1009 bytes), and things just work.
-
-  If you have an APC UPS, say Y; otherwise say N.
-
 USB long timeout
 CONFIG_USB_LONG_TIMEOUT
   This option makes the standard time out a bit longer.  Basically,
diff --minimal -Nru a/drivers/usb/Config.in b/drivers/usb/Config.in
--- a/drivers/usb/Config.in     Fri Oct 26 14:30:52 2001
+++ b/drivers/usb/Config.in     Fri Oct 26 14:30:52 2001
@@ -16,7 +16,6 @@
       define_bool CONFIG_USB_BANDWIDTH n
    fi
    bool '  Long timeout for slow-responding devices (some MGE Ellipse UPSes)' 
CONFIG_USB_LONG_TIMEOUT
-   bool '  Large report fetching for "broken" devices (some APC UPSes)' 
CONFIG_USB_LARGE_CONFIG
 fi
 
 comment 'USB Controllers'

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to