--- linux-2.4/drivers/usb/storage/unusual_devs.h.orig	Mon Apr  1 11:27:13 2002
+++ linux-2.4/drivers/usb/storage/unusual_devs.h	Mon Apr 29 07:47:07 2002
@@ -227,6 +227,13 @@
 		"Memorystick MSC-U01N",
 		US_SC_UFI, US_PR_CB, NULL,
 		US_FL_SINGLE_LUN | US_FL_START_STOP ),
+
+/* Attempt to get the Sony MSC-U03 to work on a Vaio PCG-SRX77 */
+UNUSUAL_DEV(  0x054c, 0x0069, 0x0000, 0x9999,
+                "Sony",
+		"Memorystick MSC-U03",
+		US_SC_UFI, US_PR_CB, NULL,
+		US_FL_SINGLE_LUN | US_FL_START_STOP ),
 		
 /* Submitted by Nathan Babb <nathan@lexi.com> */
 UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x9999,


