[PATCH] usb fix

Andries.Brouwer@cwi.nl
Fri, 31 Aug 2001 22:03:27 GMT


Wondering why my USB Compact Flash cardreader works with 2.4.7
but not with 2.4.9, I noticed that my name was added and some
constant changed. Changing it back revived my CF reader.

Andries

--- ../linux-2.4.9/linux/drivers/usb/storage/unusual_devs.h Sat Aug 11 03:16:46 2001
+++ ./linux/drivers/usb/storage/unusual_devs.h Fri Aug 31 23:50:19 2001
@@ -96,7 +96,7 @@
#endif

/* This entry is from Andries.Brouwer@cwi.nl */
-UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0205,
+UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
"SCM Microsystems",
"eUSB SmartMedia / CompactFlash Adapter",
US_SC_SCSI, US_PR_DPCM_USB, NULL,
-
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/