Just noticed that the SDDR-05b entry is missing for the shuttle_usbat driver. Looking through BK history it was removed in this patch:

http://linux.bkbits.net:8080/linux-2.6/[EMAIL PROTECTED]

However, at merge time, it looks like the duplicate was already removed, compare these two revisions:

http://linux.bkbits.net:8080/linux-2.6/anno/drivers/usb/storage/[EMAIL 
PROTECTED]
http://linux.bkbits.net:8080/linux-2.6/anno/drivers/usb/storage/[EMAIL 
PROTECTED]

Phil, please confirm I'm not going crazy :)

Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
--- linux/drivers/usb/storage/unusual_devs.h.orig	2005-09-30 12:50:24.000000000 +0100
+++ linux/drivers/usb/storage/unusual_devs.h	2005-09-30 12:52:27.000000000 +0100
@@ -702,6 +702,14 @@ UNUSUAL_DEV(  0x0781, 0x0001, 0x0200, 0x
 		US_SC_SCSI, US_PR_CB, NULL,
 		US_FL_SINGLE_LUN ),
 
+#ifdef CONFIG_USB_STORAGE_USBAT
+UNUSUAL_DEV(  0x0781, 0x0005, 0x0005, 0x0005,
+		"Sandisk",
+		"ImageMate SDDR-05b",
+		US_SC_SCSI, US_PR_USBAT, init_usbat,
+		US_FL_SINGLE_LUN ),
+#endif
+
 UNUSUAL_DEV(  0x0781, 0x0100, 0x0100, 0x0100,
 		"Sandisk",
 		"ImageMate SDDR-12",

Reply via email to