patch-2.4.20 linux-2.4.20/drivers/usb/storage/usb.c

Next file: linux-2.4.20/drivers/usb/storage/usb.h
Previous file: linux-2.4.20/drivers/usb/storage/unusual_devs.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/usb/storage/usb.c linux-2.4.20/drivers/usb/storage/usb.c
@@ -60,6 +60,9 @@
 #ifdef CONFIG_USB_STORAGE_SDDR09
 #include "sddr09.h"
 #endif
+#ifdef CONFIG_USB_STORAGE_SDDR55
+#include "sddr55.h"
+#endif
 #ifdef CONFIG_USB_STORAGE_DPCM
 #include "dpcm.h"
 #endif
@@ -863,6 +866,15 @@
 			ss->max_lun = 0;
 			break;
 #endif
+
+#ifdef CONFIG_USB_STORAGE_SDDR55
+		case US_PR_SDDR55:
+			ss->transport_name = "SDDR55";
+			ss->transport = sddr55_transport;
+			ss->transport_reset = sddr55_reset;
+			ss->max_lun = 0;
+			break;
+#endif
 
 #ifdef CONFIG_USB_STORAGE_DPCM
 		case US_PR_DPCM_USB:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)