ChangeSet 1.2223.2.16, 2004/11/29 10:42:14-08:00, [EMAIL PROTECTED]

[PATCH] usb-storage should enable scsi disk in Kconfig

Add comment/NOTE that USB_STORAGE probably needs BLK_DEV_SD also.
Add a few device types to help text and reformat it.

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/storage/Kconfig |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


diff -Nru a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig
--- a/drivers/usb/storage/Kconfig       2004-11-30 15:43:10 -08:00
+++ b/drivers/usb/storage/Kconfig       2004-11-30 15:43:10 -08:00
@@ -2,16 +2,23 @@
 # USB Storage driver configuration
 #
 
+comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be 
needed; see USB_STORAGE Help for more information"
+
 config USB_STORAGE
        tristate "USB Mass Storage support"
        depends on USB
        select SCSI
        ---help---
          Say Y here if you want to connect USB mass storage devices to your
-         computer's USB port. This is the driver you need for USB floppy 
drives,
-         USB hard disks, USB tape drives and USB CD-ROMs, along with
-         similar devices. This driver may also be used for some cameras and
-         card readers.
+         computer's USB port. This is the driver you need for USB
+         floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
+         USB flash devices, and memory sticks, along with
+         similar devices. This driver may also be used for some cameras
+         and card readers.
+
+         This option 'selects' (turns on, enables) 'SCSI', but you
+         probably also need 'SCSI device support: SCSI disk support'
+         (BLK_DEV_SD) for most USB storage devices.
 
          To compile this driver as a module, choose M here: the
          module will be called usb-storage.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to