Linus,

With today's 3 usb-storage patches, Matt Dharm is ready to remove
the EXPERIMENTAL label from the usb-storage driver (but he had
other things to do today, like get married).

Here's the patch to do that.
Please apply to 2.4.0-test3-preN, iff & after you have applied the
3 usb-storage patches from today.

Thanks,
~Randy
--- linux/drivers/usb/Config.in.org     Mon Jun 26 10:14:34 2000
+++ linux/drivers/usb/Config.in Tue Jun 27 17:08:11 2000
@@ -48,10 +48,10 @@
    dep_tristate '  USB Kodak DC-2xx Camera support' CONFIG_USB_DC2XX $CONFIG_USB
    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
           dep_tristate '  USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)' 
CONFIG_USB_MDC800 $CONFIG_USB
-      dep_tristate '  USB Mass Storage support (EXPERIMENTAL)' CONFIG_USB_STORAGE 
$CONFIG_USB $CONFIG_SCSI
-      if [ "$CONFIG_USB_STORAGE" != "n" ]; then
-         bool '    USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
-      fi
+   fi
+   dep_tristate '  USB Mass Storage support' CONFIG_USB_STORAGE $CONFIG_USB 
+$CONFIG_SCSI
+   if [ "$CONFIG_USB_STORAGE" != "n" ]; then
+      bool '    USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
    fi
    dep_tristate '  USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB 
$CONFIG_PARPORT
    dep_tristate '  DABUSB driver' CONFIG_USB_DABUSB $CONFIG_USB

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to