Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/
-->config USB_STORAGE_DATAFAB bool "Datafab Compact Flash Reader support (EXPERIMENTAL)" depends on USB_STORAGE && EXPERIMENTAL help Support for certain Datafab CompactFlash readers. Datafab has a web page at <http://www.datafabusa.com/>. 显然,这个选项和我们的目的没有关系。首先它专门针对Datafab公司的产品,其次虽然CompactFlash reader是一种flash设备,但显然不是U盘。因为drivers/usb/storage目录下的代码是针对usb mass storage这一类设备,而不是针对某一种特定的设备。U盘只是usb mass storage设备中的一种。再比如:<!--
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/
-->config USB_STORAGE_SDDR55 bool "SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)" depends on USB_STORAGE && EXPERIMENTAL help Say Y here to include additional code to support the Sandisk SDDR-55 SmartMedia reader in the USB Mass Storage driver.