diff -urN --exclude-from=diff-exclude linux-2.6.4/drivers/usb/storage/unusual_devs.h linux-2.6.4-leopatch/drivers/usb/storage/unusual_devs.h
--- linux-2.6.4/drivers/usb/storage/unusual_devs.h	2004-03-30 00:45:53.000000000 +0100
+++ linux-2.6.4-leopatch/drivers/usb/storage/unusual_devs.h	2004-03-30 22:33:18.000000000 +0100
@@ -338,6 +338,18 @@
 		"USB Hard Disk",
 		US_SC_RBC, US_PR_CB, NULL, 0 ), 
 
+/* Included by Paul Evans <nerd@freeuk.com>
+ * For A-mego Dual Slot USB Card Reader/Writer
+ * From instructions found on:
+ * http://www.qbik.ch/usb/devices/showdev.php?id=1262
+ */
+
+UNUSUAL_DEV(  0x0aec, 0x5010, 0x0100, 0x0100, 
+		"A-Mego", 
+		"CSU-LA1 Dual Slot USB Card Reader / Writer", 
+		US_SC_SCSI, US_PR_BULK, NULL, 
+		US_FL_FIX_INQUIRY ),
+
 #ifdef CONFIG_USB_STORAGE_ISD200
 UNUSUAL_DEV(  0x05ab, 0x0031, 0x0100, 0x0110,
 		"In-System",
