diff -urN --exclude-from=diff-exclude linux-2.4.28/drivers/usb/storage/unusual_devs.h linux-2.4.28-patch/drivers/usb/storage/unusual_devs.h
--- linux-2.4.28/drivers/usb/storage/unusual_devs.h	2005-01-18 11:32:36.000000000 +0000
+++ linux-2.4.28-patch/drivers/usb/storage/unusual_devs.h	2005-01-24 21:09:47.000000000 +0000
@@ -348,6 +348,18 @@
 		"USB Hard Disk",
 		US_SC_RBC, US_PR_CB, NULL, 0 ), 
 
+/* Included by Paul Evans <leonerd@leonerd.org.uk>
+ * 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",
