--CNK/L7dwKXQ4Ub8J
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Attached is a patch to usb-storage. Linus, please apply.
This patch adds 3 configuration sub-options to the usb-storage driver. One
is _very_ well tested -- that's CONFIG_USB_STOR_ISD200. The other two are
still experimental, but there are many people using it, so I think it's
time it's on the menu (at least as EXPERIMENTAL).
Matt Dharm
--=20
Matthew Dharm Home: mdharm-usb@one-eyed-alien.=
net=20
Maintainer, Linux USB Mass Storage Driver
It was a new hope.
-- Dust Puppy
User Friendly, 12/25/1998
--CNK/L7dwKXQ4Ub8J
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="2.patch"
--- drivers/usb/Config.in.old Sat Sep 1 22:21:48 2001
+++ drivers/usb/Config.in Sat Sep 1 22:25:07 2001
@@ -32,7 +32,12 @@
if [ "$CONFIG_USB_STORAGE" != "n" ]; then
bool ' USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
bool ' Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
- bool ' Microtech CompactFlash/SmartMedia reader' CONFIG_USB_STORAGE_DPCM
+ bool ' ISD-200 USB/ATA Bridge support' CONFIG_USB_STORAGE_ISD200
+ bool ' Microtech CompactFlash/SmartMedia support' CONFIG_USB_STORAGE_DPCM
+ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ bool ' HP CD-Writer 82xx support' CONFIG_USB_STORAGE_HP8200e
+ bool ' SanDisk SDDR-09 (and other SmartMedia) support' CONFIG_USB_STORAGE_SDDR09
+ fi
fi
dep_tristate ' USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
dep_tristate ' USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
--CNK/L7dwKXQ4Ub8J--
--cDtQGJ/EJIRf/Cpq
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7kdlTz64nssGU+ykRAq3WAJ4kkEtMCrHaQe/k7ZP+KHd556nVVQCbBCWF
5jAPLfjQVseB9Z3H9/zEo/s=
=SB5I
-----END PGP SIGNATURE-----
--cDtQGJ/EJIRf/Cpq--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/